Lyu, Wei-Da
Lyu, Wei-Da
I am not sure if this makes much of a difference with the existing create-svelte or create-vite CLI. I wouldn't be against it if it's a GUI wrapper for the...
Another possibility is that some event type was changed to a new sub-type, and people want to enhance it. Like the submit event situation in https://github.com/sveltejs/language-tools/issues/1305. There is also another...
This is a TypeScript debug error with an unknown file extension when auto-import tries to convert the file extension to something runtime supports. For example, write to `import something from...
Typescript team https://github.com/microsoft/TypeScript
Sorry, I jumped to the conclusion too fast. I didn't realise it only happens in "move to file" and not "move to new files", so I thought I reproduced with...
This should only happen in cases where the module format is not apparent. For example, In files without any import and in a template parser error state. In that case,...
GitHub linguist is using a fork of a fork from an ancient version of svelte-atom. They switched to the latest Svelte atom a while ago but are having some trouble...
Do you have the [svelte.language-server.runtime](https://github.com/sveltejs/language-tools/tree/master/packages/svelte-vscode#sveltelanguage-serverruntime) or the [svelte.language-server.ls-path](https://github.com/sveltejs/language-tools/tree/master/packages/svelte-vscode#sveltelanguage-serverls-path) config? If so, please read carefully what the description says. Most people encounter crashes because they mix up these two configs. Or...
Closing due to inactive and lack of reproduction.
Can you check if you have any .prettierrc or prettier.config.js files? If there is a prettier config file, it takes priority over VSCode config. And maybe also check if there...