mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
ts - log when canUseWatchEvents is not used
This commit is contained in:
committed by
Benjamin Pasero
parent
bb9beecbb1
commit
e36b6d7d54
@@ -274,6 +274,8 @@ export class TypeScriptServerSpawner {
|
||||
&& !apiVersion.isYarnPnp() // Disable for yarn pnp as it currently breaks with the VS Code watcher
|
||||
) {
|
||||
args.push('--canUseWatchEvents');
|
||||
} else {
|
||||
this._logger.info(`<${kind}> Falling back to legacy node.js based file watching...`);
|
||||
}
|
||||
|
||||
args.push('--validateDefaultNpmLocation');
|
||||
|
||||
Reference in New Issue
Block a user