mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Add "launch"-type config to launch.json
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -45,8 +45,14 @@
|
||||
"type": "chrome",
|
||||
"request": "attach",
|
||||
"port": 9222,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/out"
|
||||
"sourceMaps": true
|
||||
},
|
||||
{
|
||||
"name": "Launch VSCode",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${workspaceRoot}/scripts/code.bat",
|
||||
"sourceMaps": true
|
||||
},
|
||||
{
|
||||
"name": "Convert css-schema to browser.js",
|
||||
|
||||
Reference in New Issue
Block a user