Fix some annoying VSCode warnings (#137)

This commit is contained in:
Brandon Waterloo [MSFT] 2024-01-31 12:49:26 -05:00 коммит произвёл GitHub
Родитель 2b966363e8
Коммит 78d9074576
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Mocha All",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
@ -28,7 +28,7 @@
}
},
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Mocha Unit Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
@ -73,7 +73,7 @@
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node",
"type": "node",
"timeout": 20000,
"presentation": {
"group": "Live testing",

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

@ -6,7 +6,7 @@
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"typescript.preferences.importModuleSpecifier": "relative",
"git.branchProtection": [