mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 01:44:44 -06:00
launch.json: add 'Attach to VSCode' configuration.
This commit is contained in:
parent
745ad4a520
commit
fd1a22b5c6
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -40,6 +40,14 @@
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "out"
|
||||
},
|
||||
{
|
||||
"name": "Attach to VSCode",
|
||||
"type": "chrome",
|
||||
"request": "attach",
|
||||
"port": 9222,
|
||||
"sourceMaps": true,
|
||||
"outDir": "out"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user