File tree Expand file tree Collapse file tree 2 files changed +8
-19
lines changed Expand file tree Collapse file tree 2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 10
10
"args" : [" --extensionDevelopmentPath=${workspaceRoot}" ],
11
11
"outFiles" : [" ${workspaceRoot}/dist/client/out/**/*.js" ],
12
12
"autoAttachChildProcesses" : true ,
13
- "preLaunchTask" : {
14
- "type" : " npm" ,
15
- "script" : " watch"
16
- }
13
+ "preLaunchTask" : " watch"
17
14
},
18
15
{
19
16
"name" : " Language Server E2E Test" ,
Original file line number Diff line number Diff line change 3
3
"tasks" : [
4
4
{
5
5
"type" : " shell" ,
6
- "command" : " npx nx affected --target= build" ,
7
- "label" : " build " ,
6
+ "command" : " npx nx build syntaxes " ,
7
+ "label" : " build_syntaxes " ,
8
8
"problemMatcher" : [" $tsc" ]
9
9
},
10
10
{
11
- "type" : " npm" ,
12
- "script" : " compile" ,
13
- "group" : " build" ,
14
- "presentation" : {
15
- "panel" : " dedicated" ,
16
- "reveal" : " never"
17
- },
18
- "problemMatcher" : [" $tsc" ]
19
- },
20
- {
21
- "type" : " npm" ,
22
- "script" : " watch" ,
11
+ "type" : " shell" ,
12
+ "label" : " watch" ,
23
13
"isBackground" : true ,
14
+ "command" : " npx nx affected --target=build --exclude=syntaxes -- --watch" ,
24
15
"group" : {
25
16
"kind" : " build" ,
26
17
"isDefault" : true
29
20
"panel" : " dedicated" ,
30
21
"reveal" : " never"
31
22
},
32
- "problemMatcher" : [" $tsc-watch" ]
23
+ "problemMatcher" : [" $tsc-watch" ],
24
+ "dependsOn" : " build_syntaxes"
33
25
}
34
26
]
35
27
}
You can’t perform that action at this time.
0 commit comments