File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -82,4 +82,5 @@ fsacpath.txt
8282/out /
8383
8484build /bin
85- build /obj
85+ build /obj
86+ release /fsharp.js.LICENSE.txt
Original file line number Diff line number Diff line change 3737 " !**/node_modules/**"
3838 ],
3939 },
40+ {
41+ "preLaunchTask" : " Watch" ,
42+ "name" : " Build (watch) and Launch Extension" ,
43+ "type" : " extensionHost" ,
44+ "runtimeExecutable" : " ${execPath}" ,
45+ "args" : [
46+ " --extensionDevelopmentPath=${workspaceRoot}/release"
47+ ],
48+ "stopOnEntry" : false ,
49+ "request" : " launch" ,
50+ "sourceMaps" : true ,
51+ "pauseForSourceMap" : true ,
52+ "sourceMapRenames" : true ,
53+ "trace" : true ,
54+ "outFiles" : [
55+ " ${workspaceFolder}/release/*.js" ,
56+ " !**/node_modules/**"
57+ ],
58+ },
4059 {
4160 "name" : " Launch Only" ,
4261 "type" : " extensionHost" ,
You can’t perform that action at this time.
0 commit comments