15 lines
339 B
JSON
15 lines
339 B
JSON
{
|
|
"version": "0.5.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Extension",
|
|
"type": "extensionHost",
|
|
"request": "launch",
|
|
"runtimeExecutable": "${execPath}",
|
|
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
|
|
"stopOnEntry": false,
|
|
"sourceMaps": true,
|
|
"outFiles": [ "${workspaceRoot}/dist/**/*.js" ]
|
|
}
|
|
]
|
|
}
|