mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-02-17 14:37:18 +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",
|
"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