Closed hmajid2301 closed 2 years ago
I was able to fix this by doing:
rm -r '~/.vscode/extensions/svelte.svelte-vscode-105.8.0/'
Then I started to receive another weird error about function scope 0 already existing or something like that (command 'function_scope_0' already exists
)
I then did:
cd '~/.vscode/extensions/svelte.svelte-vscode-105.8.0/'
npm install
Now the server seems to be running
I can't reproduce this on my end when doing a fresh install of the extension. This might have been a hickup from VS Code not downloading all files or sth like that. I'll let you know when there's another release of the extension, then you can check if that new version installs without problems.
A new version was released, could you check if it works without your workaround now?
Closing as I hope the issue is resolved and I also think that this is nothing we can fix on our end, sounds like an error in VS Code or its servers.
Describe the bug A clear and concise description of what the bug is.
I get the following error when VSCode starts up:
To Reproduce Start VSCode (or restart Svelte language server). With the following versions
Expected behavior For Svelte server to startup without issue
Screenshots If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context Add any other context about the problem here.
Discord thread for context: https://discord.com/channels/457912077277855764/689494103380983930/924101926252056657