We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b8ddf + 1ce6526 commit 38816b9Copy full SHA for 38816b9
extensions/ql-vscode/gulpfile.ts/view.ts
@@ -28,7 +28,7 @@ export function compileViewEsbuild() {
28
}
29
30
export function watchViewEsbuild() {
31
- watch(["src/view/**/*.{ts,tsx}"], compileViewEsbuild);
+ watch(["src/**/*.{ts,tsx}"], compileViewEsbuild);
32
33
34
export function checkViewTypeScript() {
@@ -38,5 +38,5 @@ export function checkViewTypeScript() {
38
39
40
export function watchViewCheckTypeScript() {
41
- watch(["src/view/**/*.{ts,tsx}"], checkViewTypeScript);
+ watch(["src/**/*.{ts,tsx}"], checkViewTypeScript);
42
0 commit comments