Skip to content

Commit a3e4f55

Browse files
committed
commit volar debug config to launch.json
1 parent fa5dca7 commit a3e4f55

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/launch.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@
2424
"type": "node",
2525
"request": "attach",
2626
"restart": true,
27-
"port": 9229,
27+
"port": 9223,
28+
"sourceMaps": true,
29+
"outFiles": [
30+
"${workspaceFolder}/out/**/*.js"
31+
],
32+
},
33+
{
34+
"name": "Attach to Vue Semantic Server",
35+
"type": "node",
36+
"request": "attach",
37+
"restart": true,
38+
"port": 6009,
2839
"sourceMaps": true,
2940
"outFiles": [
3041
"${workspaceFolder}/out/**/*.js"

0 commit comments

Comments
 (0)