We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f58b2e commit 7cfff9fCopy full SHA for 7cfff9f
.gitignore
@@ -1 +1,2 @@
1
-.vscode/
+.vscode/*
2
+!.vscode/launch.json
.vscode/launch.json
@@ -0,0 +1,18 @@
+{
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+
8
+ {
9
+ "name": "Lanuch Extension",
10
+ "type": "extensionHost",
11
+ "request": "launch",
12
+ "runtimeExecutable": "${execPath}",
13
+ "args": [
14
+ "--extensionDevelopmentPath=${workspaceFolder}"
15
+ ]
16
+ }
17
18
+}
0 commit comments