Skip to content

Commit

Permalink
移除工作区诊断
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Aug 18, 2022
1 parent 0cc6c51 commit 35a75d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class LuaLanguageServer : LanguageServer, LanguageClientAware {
inlayHintOptions.resolveProvider = true
capabilities.inlayHintProvider = Either.forRight(inlayHintOptions)

capabilities.diagnosticProvider = DiagnosticRegistrationOptions(false, true)
capabilities.diagnosticProvider = DiagnosticRegistrationOptions(false, false)

// capabilities.semanticTokensProvider = SemanticTokensWithRegistrationOptions(
// SemanticTokensLegend(
Expand Down

0 comments on commit 35a75d7

Please sign in to comment.