Skip to content

Commit 20fb632

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Fixes
1 parent 1ad35ba commit 20fb632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export function activate(context: vsc.ExtensionContext) {
212212
}
213213
}
214214

215-
let watcher = vsc.workspace.createFileSystemWatcher(glob);
215+
let watcher = vsc.workspace.createFileSystemWatcher(glob);
216216

217217
watcher.onDidCreate(function (uri: vsc.Uri) {
218218
if (resourceJsonPaths.length === 0 || resourceJsonPaths.indexOf(uri.fsPath) !== -1) {

0 commit comments

Comments
 (0)