Enable web type acquisition by default for js/ts (#212370)

* Enable web type acquisition by default for js/ts

Fixes #182791
Fixes #172887

* Cleanup
This commit is contained in:
Matt Bierner
2024-05-09 11:09:49 -07:00
committed by GitHub
parent 268c20f317
commit a4643b0ee0
7 changed files with 40 additions and 32 deletions

View File

@@ -40,8 +40,6 @@ export class FileWatcherManager {
return FileWatcherManager.noopWatcher;
}
console.log('watching file:', path);
this.logger.logVerbose('fs.watchFile', { path });
let uri: URI;