Skip to content

Commit

Permalink
lspserver: Use empty object for publishDiagnostics.
Browse files Browse the repository at this point in the history
  • Loading branch information
hurthwell authored and hezyin committed Apr 15, 2019
1 parent c6790de commit d22d8b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"workspaceFolders": False
},
"textDocument": {
"publishDiagnostics": None,
# ccls requires we use an object here, though LSP allows null.
"publishDiagnostics": {},
"synchronization": {
"dynamicRegistration": True,
"willSave": True,
Expand Down

0 comments on commit d22d8b0

Please sign in to comment.