{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run VS Code extension",
"type": "extensionHost",
"debugWebWorkerHost": true,
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--profile=dev",
"--extensionDevelopmentPath=${workspaceFolder}/source/vscode",
"${workspaceFolder}/samples/"
]
},
{
// https://code.visualstudio.com/api/extension-guides/web-extensions#test-your-web-extension-in-vs-code-running-on-desktop
"name": "Run VS Code Web Extension",
"type": "pwa-extensionHost",
"debugWebWorkerHost": true,
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/source/vscode",
"--extensionDevelopmentKind=web",
"${workspaceFolder}/samples/"
]
}
]
}microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
.vscode/launch.shared.json
32lines · modepreview