Minor tests cleanup and workspace improvements

This commit is contained in:
Tzahi12345
2023-01-01 23:54:46 -05:00
parent 46756a575c
commit 6d881dc812
3 changed files with 22 additions and 14 deletions

11
.vscode/extensions.json vendored Normal file
View File

@@ -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"
]
}