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.
1 parent 45abf87 commit 1ad35baCopy full SHA for 1ad35ba
src/extension.ts
@@ -212,7 +212,7 @@ export function activate(context: vsc.ExtensionContext) {
212
}
213
214
215
- let watcher = vsc.workspace.createFileSystemWatcher(glob); // TODO
+ let watcher = vsc.workspace.createFileSystemWatcher(glob);
216
217
watcher.onDidCreate(function (uri: vsc.Uri) {
218
if (resourceJsonPaths.length === 0 || resourceJsonPaths.indexOf(uri.fsPath) !== -1) {
0 commit comments