Files
mini-debugger/.vscode/launch.json
2026-03-29 18:36:02 +02:00

15 lines
275 B
JSON

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