forked from external/vscode-xml
15 lines
273 B
JSON
15 lines
273 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Extension",
|
|
"type": "extensionHost",
|
|
"request": "launch",
|
|
"runtimeExecutable": "${execPath}",
|
|
"args": [
|
|
"--extensionDevelopmentPath=${workspaceRoot}"
|
|
],
|
|
"preLaunchTask": "tsc"
|
|
}
|
|
]
|
|
} |