Skip to content

Commit

Permalink
Disable typescripts syntax server
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 9, 2024
1 parent 265c832 commit 44edc31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public Object getInitializationOptions(URI rootUri) {
if (!TYPESCRIPT_PREFERENCES_TSSERVER_TYPESCRIPT_VERSION_PROJECT.equals(getTypeScriptVersion())) {
Map<String, String> tsServer = new HashMap<>();
tsServer.put("path", tsserverPath);
tsServer.put("useSyntaxServer", "never");
options.put("tsserver", tsServer);
}
} catch (IOException e) {
Expand Down

0 comments on commit 44edc31

Please sign in to comment.