Skip to content

Commit

Permalink
move spellcheck capability to always activated server
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed May 17, 2022
1 parent 20c38a7 commit 8d52635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public override ServerCapabilities GetCapabilities(ClientCapabilities clientCapa
};
}

serverCapabilities.SpellCheckingProvider = true;

return serverCapabilities;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ private static VSServerCapabilities GetVSServerCapabilities()
DocumentHighlightProvider = true,
ProjectContextProvider = true,
BreakableRangeProvider = true,
SpellCheckingProvider = true,

// Diagnostic requests are only supported from PullDiagnosticsInProcLanguageClient.
SupportsDiagnosticRequests = false,
Expand Down

0 comments on commit 8d52635

Please sign in to comment.