fix: attach to server not working

This commit is contained in:
全卓 2022-11-22 10:49:52 +08:00
parent 2798856ce8
commit 6e72f2f363
1 changed files with 2 additions and 1 deletions

3
.vscode/launch.json vendored
View File

@ -25,7 +25,8 @@
"restart": true, "restart": true,
"outFiles": [ "outFiles": [
"${workspaceRoot}/dist/**/*.js" "${workspaceRoot}/dist/**/*.js"
] ],
"preLaunchTask": "${defaultBuildTask}"
}, },
{ {
"name": "Extension Tests", "name": "Extension Tests",