File tree 2 files changed +160
-125
lines changed
2 files changed +160
-125
lines changed Original file line number Diff line number Diff line change 7
7
"request" : " launch" ,
8
8
"name" : " Launch Client" ,
9
9
"runtimeExecutable" : " ${execPath}" ,
10
- "args" : [" --extensionDevelopmentPath=${workspaceRoot}" ],
11
- "outFiles" : [" ${workspaceRoot}/client/out/**/*.js" ],
10
+ "args" : [
11
+ " --extensionDevelopmentPath=${workspaceRoot}"
12
+ ],
13
+ "outFiles" : [
14
+ " ${workspaceRoot}/client/out/**/*.js"
15
+ ],
12
16
"preLaunchTask" : {
13
17
"type" : " npm" ,
14
18
"script" : " watch"
20
24
"name" : " Attach to Server" ,
21
25
"port" : 6009 ,
22
26
"restart" : true ,
23
- "outFiles" : [" ${workspaceRoot}/server/out/**/*.js" ]
27
+ "outFiles" : [
28
+ " ${workspaceRoot}/server/out/**/*.js"
29
+ ]
24
30
},
25
31
{
26
32
"name" : " Language Server E2E Test" ,
32
38
" --extensionTestsPath=${workspaceRoot}/client/out/test/index" ,
33
39
" ${workspaceRoot}/client/testFixture"
34
40
],
35
- "outFiles" : [" ${workspaceRoot}/client/out/test/**/*.js" ]
41
+ "outFiles" : [
42
+ " ${workspaceRoot}/client/out/test/**/*.js"
43
+ ]
36
44
}
37
45
],
38
46
"compounds" : [
39
47
{
40
48
"name" : " Client + Server" ,
41
- "configurations" : [" Launch Client" , " Attach to Server" ]
49
+ "configurations" : [
50
+ " Launch Client" ,
51
+ " Attach to Server"
52
+ ]
42
53
}
43
54
]
44
55
}
You can’t perform that action at this time.
0 commit comments