File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"autoAttachChildProcesses" : true ,
13
13
"outFiles" : [
14
- " ${workspaceFolder}/packages/vscode-extension/out /**/*.js"
14
+ " ${workspaceFolder}/packages/vscode-extension/dist /**/*.js"
15
15
],
16
16
"preLaunchTask" : " npm: watch - packages/vscode-extension"
17
17
}
Original file line number Diff line number Diff line change 6
6
"script" : " watch" ,
7
7
"path" : " packages/vscode-extension" ,
8
8
"group" : " build" ,
9
- "problemMatcher" : [
10
- " $tsc-watch"
11
- ],
9
+ "problemMatcher" : {
10
+ "base" : " $tsc-watch" ,
11
+ "background" : {
12
+ "beginsPattern" : {
13
+ "regexp" : " ^start rebuild$"
14
+ },
15
+ "endsPattern" : {
16
+ "regexp" : " ^rebuild done$"
17
+ }
18
+ }
19
+ },
12
20
"label" : " npm: watch - packages/vscode-extension" ,
13
- "isBackground" : true
21
+ "isBackground" : true ,
22
+
14
23
}
15
24
]
16
25
}
You can’t perform that action at this time.
0 commit comments