mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Extension",
|
|
"type": "extensionHost",
|
|
"request": "launch",
|
|
"runtimeExecutable": "${execPath}",
|
|
"args": [
|
|
"--extensionDevelopmentPath=${workspaceFolder}"
|
|
],
|
|
"sourceMaps": true,
|
|
}
|
|
]
|
|
}
|