mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
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:
@@ -40,8 +40,6 @@ export class FileWatcherManager {
|
||||
return FileWatcherManager.noopWatcher;
|
||||
}
|
||||
|
||||
console.log('watching file:', path);
|
||||
|
||||
this.logger.logVerbose('fs.watchFile', { path });
|
||||
|
||||
let uri: URI;
|
||||
|
||||
Reference in New Issue
Block a user