Lyu, Wei-Da
Lyu, Wei-Da
Yeah. my assumption is the same. Ideally, it probably should have a `svelte.config.js` in this case. As we can't read the preprocess config from the vite config. Maybe `vite-plugin-svelte` should...
@Lucide That's unrelated to this issue. In your case, You need a `svelte.config.js` as the language server also need to know how to preprocess. And we can't read the config...
It should be possible to do. But I think there should a config to toggle this behaviour. It could get out of hand pretty easily. Especially when dealing with a...
#1717 also asks about adding slots to hover info.
It's not reliable when it does compile. So I didn't use it for a while. Didn't even notice it's broken 😆. I'll try to fix the config later. What I...
The example you have is similar to this in plain typescript: ```ts let foo: string | undefined = undefined function someFunction(param: string) { return param } let bar = foo;...
> In svelte reactive variables (as far as I know) are always equal to the same thing, when you set $: isLoaded = var1 & var2 & var3 you can't...
I think processor support might not be available in the web version. Since we can't load the `svelte.config.js`. So there won't be a way to config it. But we do...
In non typescript components, i.e. no `lang="ts"` or something similar. This works in some areas. But it mostly doesn't work in the new transformation. In typescript component. I don't think...
Can you check if the output channel logged any errors? It's near the integrated terminal. Chose "svelte" in the dropdown at the top right corner of it. Wondering if typescript...