Skip to content

Commit

Permalink
fix: Semantic token color providers not being applied to language ser…
Browse files Browse the repository at this point in the history
…ver definition
  • Loading branch information
FalsePattern authored and angelozerr committed Jul 4, 2024
1 parent ed0554b commit 5d5674f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private void loadServersAndMappingsFromExtensionPoint() {
if (semanticTokensColorsProvider != null) {
serverDefinition.setSemanticTokensColorsProvider(semanticTokensColorsProvider);
}
addServerDefinitionWithoutNotification(new ExtensionLanguageServerDefinition(server), mappingsForServer);
addServerDefinitionWithoutNotification(serverDefinition, mappingsForServer);
}
}

Expand Down

0 comments on commit 5d5674f

Please sign in to comment.