mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-24 02:51:22 +00:00
add vscode-jest to workspace recommendation
This commit is contained in:
parent
70ec7c030f
commit
24614aaca0
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -3,6 +3,7 @@
|
||||
"esbenp.prettier-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"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