Lyu, Wei-Da
Lyu, Wei-Da
The workaround is the correct way to deal with this problem, as mentioned in the docs https://github.com/sveltejs/language-tools/blob/master/docs/preprocessors/scss-less.md. You can find this documentation following the link in the first few lines...
@MingweiSamuel https://github.com/sveltejs/language-tools/issues/1986#issuecomment-2317238374
It seems that VSCode only calculates the highlight with the part of the text in the search result. It's kind of like the highlight for a Markdown code block. Except...
Yeah. That's why I said "even if we add the support". I didn't know you could adjust the line count. That at least provides a workaround for it to highlight...
I don't have bun setup but it probably is `require.resolve` call for the svelte compiler failed or resolved to the bundled svelte 4. So the component is generated as a...
It might be a problem with the whitespace in your path. If I tried in a directory with space in the path the debugger stopped at the virtual file but...
I looked into it and the "ask where to create file" part requires custom code in the language server client. The language server protocol currently doesn't have a way for...
Fixed in language-server 0.17.16 and svelte-check 4.2.2
Hmm... This one is hard to fix from our side. TypeScript provides the auto-import but they judge if the file is a js file with the file extension instead of...
Reading `svelte.config.js`, thus `vite.config.ts`, for preprocess setup is a core part of the svelte compiler diagnostic. So I am not sure if it's possible to make it opt-in without affecting...