Skip to content

Commit d35ffe0

Browse files
committed
Always create syntaxOnly server for testing
1 parent 90d8a96 commit d35ffe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ namespace ts.server {
662662
pluginProbeLocations: opts.pluginProbeLocations,
663663
allowLocalPluginLoads: opts.allowLocalPluginLoads,
664664
typesMapLocation: opts.typesMapLocation,
665-
syntaxOnly: opts.syntaxOnly,
665+
syntaxOnly: true // opts.syntaxOnly,
666666
};
667667
this.projectService = new ProjectService(settings);
668668
this.projectService.setPerformanceEventHandler(this.performanceEventHandler.bind(this));

0 commit comments

Comments
 (0)