Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lsp): handle multiline semantic tokens #23691

Merged

Conversation

nayeemrmn
Copy link
Collaborator

Fixes #23680.

This expectation #10233 (comment) ended up not being true. The ts server sometimes provides a token spanning multiple lines. I can't reproduce a case though.

@nicolo-ribaudo
Copy link

If there is a way to use the vscode extension with a custom build of Deno, I could try logging some more debug info to get a test case.

@bartlomieju
Copy link
Member

If there is a way to use the vscode extension with a custom build of Deno, I could try logging some more debug info to get a test case.

@nicolo-ribaudo yes, you can use deno.path configuration in .vscode/settings.json to point to a custom build of Deno

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nayeemrmn nayeemrmn merged commit 973743b into denoland:main May 4, 2024
17 checks passed
@nayeemrmn nayeemrmn deleted the lsp-semantic-tokens-multiline-tokens branch May 5, 2024 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annoying popup in VSCode while typing
4 participants