This commit is contained in:
ross-p-smith 2023-08-30 12:58:34 +00:00
Родитель 60ac759492
Коммит aefd78715c
3 изменённых файлов: 6556 добавлений и 4746 удалений

Просмотреть файл

@ -0,0 +1,21 @@
{
"name": "APIOps VS Code Extension",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1":{}
},
"postCreateCommand": "npm install -g yo generator-code",
// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"amodio.tsl-problem-matcher",
"ms-vscode.azure-account",
"humao.rest-client"
]
}
}
}

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

@ -13,7 +13,6 @@
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"stopOnEntry": false,
"sourceMaps": true,
// outFiles is used for locating generated JavaScript files, see https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_source-maps
"outFiles": [
@ -21,6 +20,7 @@
],
"preLaunchTask": "npm: webpack",
"env": {
"AZCODE_APIM_IGNORE_BUNDLE": "1",
"DEBUGTELEMETRY": "1",
"NODE_DEBUG": ""
}
@ -33,7 +33,6 @@
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"stopOnEntry": false,
"sourceMaps": true,
// outFiles is used for locating generated JavaScript files, see https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_source-maps
"outFiles": [
@ -53,7 +52,6 @@
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
@ -77,7 +75,6 @@
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/dist/test"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/dist/**/*.js"

11276
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу