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 e428ed6 commit 133968cCopy full SHA for 133968c
src/server/editorServices.ts
@@ -2641,7 +2641,7 @@ namespace ts.server {
2641
}
2642
2643
if (args.watchOptions) {
2644
- this.hostConfiguration.watchOptions = convertWatchOptions(args.watchOptions);
+ this.hostConfiguration.watchOptions = convertWatchOptions(args.watchOptions as any);
2645
this.logger.info(`Host watch options changed to ${JSON.stringify(this.hostConfiguration.watchOptions)}, it will be take effect for next watches.`);
2646
2647
0 commit comments