Skip to content

Commit 4ab50c5

Browse files
committed
Create launch.json
1 parent 582c362 commit 4ab50c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Extension",
6+
"type": "extensionHost",
7+
"request": "launch",
8+
"runtimeExecutable": "${execPath}",
9+
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
10+
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
11+
"preLaunchTask": "npm: dev"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)