Minor tests cleanup and workspace improvements
parent
46756a575c
commit
6d881dc812
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"angular.ng-template",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"waderyan.gitblame",
|
||||||
|
"42crunch.vscode-openapi",
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"christian-kohler.npm-intellisense",
|
||||||
|
"hbenl.vscode-mocha-test-adapter"
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"mochaExplorer.files": "backend/test/**/*.js",
|
||||||
|
"mochaExplorer.cwd": "backend",
|
||||||
|
"mochaExplorer.globImplementation": "vscode"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue