Lyu, Wei-Da
Lyu, Wei-Da
It seems like the file duplication only happens when there is a directory with an upper case character in the file tree. For example: `/path/To/project/+page.ts`. This is related to SvelteKit...
Sorry. I don't understand what you meant by "something with reading paths at all". If I understand correctly, Your problem is the auto-completion with the path in the module specifier....
This is because vite-plugin-svelte v3 now preprocess style with postcss by default. The preprocess library probably doesn't recognize this syntax. But even without the parser error, This will now be...
Please do not cross-post like this. This is an upstream TypeScript issue that will be fixed in Typescript 5.1.
It is fixed in TypeScript 5.1, bundled in VSCode 1.79 and Svelte For VSCode 107.6.0.
Another similar error https://github.com/sveltejs/language-tools/issues/2341. This error is likely because your node.js installation and VSCode are running on different architectures.
Rollup only added the native module recently. So it is most likely because you updated to the latest version of rollup as well. If you're using WSL, you should use...
Rollup only added the native module recently. So it is most likely because you updated to the latest version of rollup as well. If you're using WSL, you should use...
> Could this be done on-demand and then removed... On-demand would always have a performance issue. That's because TypeScript will analyse the whole project again when one file is updated....
Some background first. The completion is consist of two steps. The first one is the summary list. And when you focus on one entry. A second request will be sent...