add vscode-jest to workspace recommendation

This commit is contained in:
Pavel Prichodko 2022-06-10 13:10:49 +02:00 committed by Felicio Mununga
parent 70ec7c030f
commit 24614aaca0
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
2 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"zxh404.vscode-proto3",
"ms-vscode.hexeditor"
"ms-vscode.hexeditor",
"Orta.vscode-jest"
]
}

View File

@ -1,3 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"jestRunIt.debugTestLabel": "Debug",
"jestRunIt.runTestLabel": "Run"
}