Skip to content

Commit 0590ad4

Browse files
author
ANDREW M. TRICE
committed
fixed comment
1 parent 1c77a54 commit 0590ad4

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": "Launch Extension",
6+
"type": "extensionHost",
7+
"request": "launch",
8+
"runtimeExecutable": "${execPath}",
9+
"args": [
10+
"--extensionDevelopmentPath=${workspaceRoot}"
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)