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 90d8a96 commit d35ffe0Copy full SHA for d35ffe0
src/server/session.ts
@@ -662,7 +662,7 @@ namespace ts.server {
662
pluginProbeLocations: opts.pluginProbeLocations,
663
allowLocalPluginLoads: opts.allowLocalPluginLoads,
664
typesMapLocation: opts.typesMapLocation,
665
- syntaxOnly: opts.syntaxOnly,
+ syntaxOnly: true // opts.syntaxOnly,
666
};
667
this.projectService = new ProjectService(settings);
668
this.projectService.setPerformanceEventHandler(this.performanceEventHandler.bind(this));
0 commit comments