void/extensions/npm/.vscode/launch.json
Andrew Pareles 3b901ad60f init
2025-02-28 18:01:53 -08:00

15 lines
273 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"sourceMaps": true,
}
]
}