File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"version" : " 0.2.0" ,
4
4
"configurations" : [
5
- {
6
- "name" : " Integration test: Attach to server" ,
7
- "port" : 9330 ,
8
- "request" : " attach" ,
9
- "skipFiles" : [
10
- " <node_internals>/**"
11
- ],
12
- "outFiles" : [" ${workspaceRoot}/dist/integration/lsp/*.js" ],
13
- "type" : " node"
14
- },
15
5
{
16
6
"type" : " extensionHost" ,
17
7
"request" : " launch" ,
32
22
"restart" : true ,
33
23
"outFiles" : [" ${workspaceRoot}/dist/server/*.js" ]
34
24
},
25
+ {
26
+ "name" : " Integration test: Attach to server" ,
27
+ "port" : 9330 ,
28
+ "request" : " attach" ,
29
+ "skipFiles" : [
30
+ " <node_internals>/**"
31
+ ],
32
+ "outFiles" : [" ${workspaceRoot}/dist/integration/lsp/*.js" ],
33
+ "type" : " node"
34
+ },
35
35
{
36
36
"name" : " Language Server E2E Test" ,
37
37
"type" : " extensionHost" ,
You can’t perform that action at this time.
0 commit comments