Skip to content

Commit

Permalink
disable lsp semantic tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 7, 2023
1 parent 630c9be commit 599db7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/vscode/src/nodeClientMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ function updateProviders(client: lsp.LanguageClient) {
capabilities.workspace.fileOperations.willRename = undefined;
}

// TODO: disalbe for now because this break ts plugin semantic tokens
capabilities.semanticTokensProvider = undefined;

return initializeFeatures.call(client, ...args);
};
}

0 comments on commit 599db7c

Please sign in to comment.