Files
2024-04-12 11:54:55 +02:00

19 lines
357 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "extensionHost",
"request": "launch",
"name": "Run Example",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
],
"outFiles": [
"${workspaceRoot}/out/**/*.js"
],
"sourceMaps": true,
"preLaunchTask": "npm: build"
}
]
}