-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
use latest typescript version in lsp server #3500
Conversation
🦋 Changeset detectedLatest commit: 50555bc The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest changes of this PR are available as canary in npm (based on the declared
|
Hey @acao my vscode has been alerting me that this plugin is crashing non stop since the latest 2 PRs. 0.8.22 seems to be fine
It looks like |
Ah it looks like this might be the cause? ^ |
perhaps, let's try without that. I can't re-create the issue locally, because the runner doesn't expose this issue. i will upload an VSIX here |
@samchungy can you try this version to verify that disabling the external rule works? https://drive.google.com/file/d/15v-tdLbu_z69O0qWpysfQfMI69Hk1SpO/view?usp=sharing We're no longer allowed to upload vsix files to github comments it appears, understandably so |
no, that does not work either. we have to revert this svelte PR it looks like |
@samchungy 0.8.25 should be the fix version, it will be released in a few minutes. I manually tested it. It degrades svelte parsing significantly until we figure out a better solution. |
Much appreciated 🙇. It's pretty late where I am so I'll give it a spin tomorrow :) |
@acao 0.8.25 seems to work fine! Thanks for the speedy fix once again! 😄 |
make sure to use the latest version of typescript. i get confused with the autocomplete and copilot, oops!