mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
force some launch configs to use legacy node debugger
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -5,6 +5,7 @@
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Unit Tests",
|
||||
"protocol": "legacy",
|
||||
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"stopOnEntry": false,
|
||||
@@ -36,6 +37,7 @@
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"name": "Attach to Extension Host",
|
||||
"protocol": "legacy",
|
||||
"port": 5870,
|
||||
"sourceMaps": true,
|
||||
"outFiles": [
|
||||
@@ -46,6 +48,7 @@
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"name": "Attach to Shared Process",
|
||||
"protocol": "legacy",
|
||||
"port": 5871,
|
||||
"sourceMaps": true,
|
||||
"outFiles": [
|
||||
@@ -56,6 +59,7 @@
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"name": "Attach to CLI Process",
|
||||
"protocol": "legacy",
|
||||
"port": 5874,
|
||||
"sourceMaps": true,
|
||||
"outFiles": [
|
||||
|
||||
Reference in New Issue
Block a user