File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
{
5
5
"name" : " launch as server" ,
6
6
"type" : " node" ,
7
- "program" : " . /out/webkit/webkitDebug .js" ,
8
- "runtimeArgs" : [" --harmony" ],
9
- "stopOnEntry" : false ,
7
+ "program" : " ${workspaceRoot} /out/webkit/webKitDebug .js" ,
8
+ "runtimeArgs" : [" --harmony" , " --nolazy " ],
9
+ "stopOnEntry" : true ,
10
10
"args" : [ " --server=4712" ],
11
11
"sourceMaps" : true ,
12
- "outDir" : " out"
12
+ "outDir" : " ${workspaceRoot}/ out"
13
13
},
14
14
{
15
15
"name" : " launch in extension host" ,
22
22
],
23
23
"stopOnEntry" : false ,
24
24
"sourceMaps" : true ,
25
- "outDir" : " out"
25
+ "outDir" : " ${workspaceRoot}/ out"
26
26
},
27
27
{
28
28
"name" : " test" ,
29
29
"type" : " node" ,
30
- "program" : " . /node_modules/gulp/bin/gulp.js" ,
30
+ "program" : " ${workspaceRoot} /node_modules/gulp/bin/gulp.js" ,
31
31
"stopOnEntry" : false ,
32
32
"args" : [ " test" ],
33
33
"sourceMaps" : true ,
You can’t perform that action at this time.
0 commit comments