File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 42
42
"background" : {
43
43
"activeOnStart" : true ,
44
44
"beginsPattern" : {
45
- "regexp" : " [Cc]ompiling.*?|[Cc]ompil(ation|er) .*?starting"
45
+ "regexp" : " [Cc]ompiling.*?|[Cc]ompil(ation|er) .*?starting|.* \\ [built \\ ] .* "
46
46
},
47
47
"endsPattern" : {
48
48
"regexp" : " [Cc]ompiled (.*?successfully|with .*?(error|warning))|[Cc]ompil(ation|er) .*?finished"
Original file line number Diff line number Diff line change 135
135
"vscode:prepublish" : " webpack --mode production" ,
136
136
"compile-proxy" : " webpack --mode development" ,
137
137
"watch-proxy" : " webpack watch --mode development" ,
138
- "compile-ext" : " tsc -b" ,
139
- "watch-ext" : " tsc -b -w" ,
138
+ "compile-ext" : " tsc -b tsconfig.compile.json " ,
139
+ "watch-ext" : " tsc -b -w tsconfig.compile.json " ,
140
140
"package" : " vsce package --yarn" ,
141
141
"lint" : " eslint . --ext .ts" ,
142
142
"test" : " mocha -u tdd" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.json" ,
3
+ "exclude" : [
4
+ " node_modules" ,
5
+ " .vscode-test" ,
6
+ " src/**/local-ssh/*.ts"
7
+ ]
8
+ }
Original file line number Diff line number Diff line change 42
42
},
43
43
"exclude" : [
44
44
" node_modules" ,
45
- " .vscode-test" ,
46
- " src/**/local-ssh/*.ts"
45
+ " .vscode-test"
47
46
]
48
47
}
You can’t perform that action at this time.
0 commit comments