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 2ea96cc474
commit 90e1213797
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", "esbenp.prettier-vscode",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"zxh404.vscode-proto3", "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"
} }