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

lsp: Autocompleting string unions with dots in them is broken #28075

Open
jespertheend opened this issue Feb 12, 2025 · 1 comment
Open

lsp: Autocompleting string unions with dots in them is broken #28075

jespertheend opened this issue Feb 12, 2025 · 1 comment
Labels
lsp related to the language server

Comments

@jespertheend
Copy link
Contributor

Version: Deno 2.1.9

Normally TSC seems to handle strings with dots in them just fine:
https://github.com/user-attachments/assets/4cb0b7d3-6803-4cfc-bafc-f4fc74259af3

But in Deno projects it seems to forget anything that was entered before the last dot:
https://github.com/user-attachments/assets/d7693e5e-385e-423f-8b9b-e00c290c7798

@bartlomieju bartlomieju added the lsp related to the language server label Feb 12, 2025
@bartlomieju
Copy link
Member

I can repeat that problem. Not exactly sure what's going on here, feels like our "trigger characters" might not be correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lsp related to the language server
Projects
None yet
Development

No branches or pull requests

2 participants