We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1a5a1 commit 9df478fCopy full SHA for 9df478f
2 files changed
.gitignore
@@ -5,7 +5,6 @@ npm-debug.log*
5
6
# IDE & editors
7
.idea
8
-.vscode
9
10
# Dependency directory
11
node_modules/
.vscode/launch.json
@@ -0,0 +1,19 @@
1
+{
2
+ // 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
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Launch Extension",
+ "type": "extensionHost",
+ "request": "launch",
+ "runtimeExecutable": "${execPath}",
12
+ "args": [
13
+ "--extensionDevelopmentPath=${workspaceFolder}",
14
+ "--disable-extensions",
15
+ "${workspaceFolder}/test"
16
+ ]
17
+ },
18
19
+}
0 commit comments