This commit is contained in:
Noel Bundick 2020-08-12 15:04:52 +00:00
Родитель 0c533c1803
Коммит 03fc892df9
2 изменённых файлов: 1 добавлений и 9 удалений

1
.vscode/extensions.json поставляемый
Просмотреть файл

@ -1,6 +1,5 @@
{
"recommendations": [
"hbenl.vscode-mocha-test-adapter",
"humao.rest-client",
"ms-azuretools.vscode-azureappservice",
"msazurermtools.azurerm-vscode-tools",

9
.vscode/settings.json поставляемый
Просмотреть файл

@ -4,16 +4,9 @@
"files.insertFinalNewline": true,
"typescript.tsdk": "node_modules/typescript/lib",
// note: mochaExplorer captures only a subset of mocha options, so the
// configuration in .mocharc.yml used by CI and CLI tools needs to be replicated
"mochaExplorer.files": "build/test/unit/**/*.js",
"mochaExplorer.mochaPath": "./node_modules/mocha",
"mochaExplorer.require": "source-map-support/register",
"rest-client.environmentVariables": {
"$shared": {
"laboratoryHost": "http://localhost:3000",
"laboratoryRegistry": "sdslaboratory.azurecr.io"
"laboratoryHost": "http://localhost:3000"
}
}
}