solorice/vscode/extensions/abusaidm.html-snippets-0.2.1/.vscode/launch.json
2022-04-28 20:54:44 +03:00

13 lines
330 B
JSON

// A launch configuration that compiles the extension and then opens it inside a new window
{
"version": "0.1.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}