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

Svelte For VSCode doesn't work at all #2609

Open
mrSkyGuy opened this issue Nov 29, 2024 · 1 comment
Open

Svelte For VSCode doesn't work at all #2609

mrSkyGuy opened this issue Nov 29, 2024 · 1 comment
Labels
awaiting submitter bug Something isn't working

Comments

@mrSkyGuy
Copy link

mrSkyGuy commented Nov 29, 2024

Describe the bug

Infinite loading for autocomplete.
Check screen with log:

Screenshot 2024-11-29 at 10 58 59

I have no idea why this is happening. I tried reboot my mac, tried reboot vs code, tried reboot extension. Multiply all of the above by 3. And nothing helped.
Everything used to work as it should

Reproduction

I don't know, how can you reproduce this

Expected behaviour

Autocomplete is working fine

System Info

  • OS: MacOS M1 Pro Sonoma 14.7
  • IDE: VSCode

Which package is the issue about?

Svelte for VS Code extension, svelte-language-server

Additional Information, eg. Screenshots

No response

@mrSkyGuy mrSkyGuy added the bug Something isn't working label Nov 29, 2024
@jasonlyu123
Copy link
Member

The error message sounds like the language server process is busy and cannot even respond to a "shutdown" request. Do you have any icon libraries installed? Some of them have a very large package.json and cause problems with auto import. If so, you can try uninstalling it and see if it helps. If not, we'll need a reproduction, you can start from an empty project and gradually move stuff to it until the problem reappears.

If you still can't provide a reproduction, could you provide your tsconfig.json, packages.json and a cpuprofile? You can follow the steps here to record it.#1984 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting submitter bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants