Lyu, Wei-Da

Results 257 comments of Lyu, Wei-Da

There is a separate config `svelte.plugin.svelte.rename.enable` for the Svelte extension part. Can you check if it's enabled? If it's, can you check if this happens to specific files or all...

Can you keep the store version for Svelte 4? The ts version also needs a Svelte 5 version.

Closing in favour of #2811

I can't reproduce this. Can you check if you were using the latest version of prettier-plugin-svelte?

I can't reproduce this can you follow this instruction to get the log of TSServer and see if there is any error in it? https://github.com/microsoft/TypeScript/wiki/Getting-logs-from-TS-Server-in-VS-Code

I still can't reproduce the problem with all three libraries installed. But seems like you have solved your issue so I'll close this in a few days if there is...

@roblframpton https://github.com/sveltejs/language-tools/issues/2489#issuecomment-2335018482

Closing due to inactivity and lack of reproduction.

A temporary workaround is to open VSCode where your package.json is or create a jsconfig.json in the same directory as the package.json. ```json { "extends": "./.svelte-kit/tsconfig.json" } ``` This is...

Reopening to check if we can make it work without a jsocnfig.json. But if anyone using SvelteKit sees this, you should still create a jsconfig.json as it'll also improve the...