1
0
mirror of https://github.com/zerobig/vscode-1c-metadata-viewer.git synced 2024-11-21 17:56:31 +02:00

Возникли проблемы с отладкой на более новой версии VS Code

This commit is contained in:
Ilya Bushin 2024-03-09 14:01:31 +03:00
parent 0e6a773e6b
commit ab2e28151b

28
.vscode/launch.json vendored
View File

@ -2,33 +2,5 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
"--enable-proposed-api",
"vscode-samples.custom-view-samples"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "npm: watch"
},
{
"type": "node",
"request": "attach",
"name": "Attach to Extension Host",
"protocol": "inspector",
"port": 5870,
"restart": true,
"outFiles": [
"${workspaceRoot}/out/src"
]
}
]
}