enable code complete debug when run as debug

This commit is contained in:
bobo.yang 2024-04-08 22:55:43 +08:00
parent 5f113d10a1
commit 0a3b15552a

5
.vscode/launch.json vendored
View File

@ -15,7 +15,10 @@
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "${defaultBuildTask}",
"env": {
"COMPLETE_DEBUG": "true"
}
},
{
"name": "Extension Tests",