fix: attach to server not working
This commit is contained in:
parent
2798856ce8
commit
6e72f2f363
|
@ -25,7 +25,8 @@
|
||||||
"restart": true,
|
"restart": true,
|
||||||
"outFiles": [
|
"outFiles": [
|
||||||
"${workspaceRoot}/dist/**/*.js"
|
"${workspaceRoot}/dist/**/*.js"
|
||||||
]
|
],
|
||||||
|
"preLaunchTask": "${defaultBuildTask}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Extension Tests",
|
"name": "Extension Tests",
|
||||||
|
|
Loading…
Reference in New Issue