Skip to content

Commit 7227b8e

Browse files
add baseline launch config
1 parent 3cd6022 commit 7227b8e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "brightscript",
6+
"request": "launch",
7+
"name": "BrightScript Debug: Launch",
8+
"rootDir": "${workspaceFolder}"
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)