add vscode-jest to workspace recommendation
This commit is contained in:
parent
2ea96cc474
commit
90e1213797
|
@ -3,6 +3,7 @@
|
|||
"esbenp.prettier-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"zxh404.vscode-proto3",
|
||||
"ms-vscode.hexeditor"
|
||||
"ms-vscode.hexeditor",
|
||||
"Orta.vscode-jest"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"jestRunIt.debugTestLabel": "Debug",
|
||||
"jestRunIt.runTestLabel": "Run"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue