Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
color provider server capability doesn't define boolean (yet). For mi…
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed May 15, 2018
1 parent 3992477 commit 5d5ad6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htmlServerMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ connection.onInitialize((params: InitializeParams): InitializeResult => {
definitionProvider: true,
signatureHelpProvider: { triggerCharacters: ['('] },
referencesProvider: true,
colorProvider: true,
colorProvider: {},
foldingRangeProvider: true
};
return { capabilities };
Expand Down

0 comments on commit 5d5ad6f

Please sign in to comment.