Skip to content

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 fc16bd2 commit b1f84fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jsonServerMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ connection.onInitialize((params: InitializeParams): InitializeResult => {
hoverProvider: true,
documentSymbolProvider: true,
documentRangeFormattingProvider: false,
colorProvider: true,
colorProvider: {},
foldingRangeProvider: true
};

Expand Down

0 comments on commit b1f84fa

Please sign in to comment.