Skip to content

Commit 0103f18

Browse files
committed
wip: add launch config for basic work still doesn't connect
1 parent fee9515 commit 0103f18

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.vscode/launch.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "0.1.0",
3+
"configurations": [
4+
{
5+
"name": "Launch Extension",
6+
"type": "extensionHost",
7+
"request": "launch",
8+
"runtimeExecutable": "${execPath}",
9+
"args": [
10+
"--extensionDevelopmentPath=${workspaceRoot}/out",
11+
],
12+
// "outFiles": [
13+
// "${workspaceFolder}/"
14+
// ],
15+
"sourceMaps": true,
16+
"env": {
17+
"TSS_DEBUG": "9229",
18+
"TSS_REMOTE_DEBUG": "9229"
19+
}
20+
},
21+
]
22+
}

0 commit comments

Comments
 (0)