mirror of
https://github.com/status-im/status-web.git
synced 2025-02-18 15:39:05 +00:00
add vscode-jest to workspace recommendation
This commit is contained in:
parent
2ea96cc474
commit
90e1213797
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,3 +1,5 @@
|
|||||||
{
|
{
|
||||||
"typescript.tsdk": "node_modules/typescript/lib"
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
|
"jestRunIt.debugTestLabel": "Debug",
|
||||||
|
"jestRunIt.runTestLabel": "Run"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user