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 dd3c75a commit 70083b0Copy full SHA for 70083b0
1 file changed
.vscode/launch.json
@@ -0,0 +1,12 @@
1
+{
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "name": "Run Sourcemeta Studio Extension",
6
+ "type": "extensionHost",
7
+ "request": "launch",
8
+ "args": ["--extensionDevelopmentPath=${workspaceFolder}/vscode"],
9
+ "outFiles": ["${workspaceFolder}/build/vscode/**/*.js"]
10
+ }
11
+ ]
12
+}
0 commit comments