I was pointed here after reporting withastro/astro#5065 , the problem seems to be that the VS Code extension requires a svelte.config.js that isn't always available, for example when using Sass in a Svelte component in an Astro project, that doesn't have that file in its root folder.
Describe the bug
I was pointed here after reporting withastro/astro#5065 , the problem seems to be that the VS Code extension requires a
svelte.config.js
that isn't always available, for example when using Sass in a Svelte component in an Astro project, that doesn't have that file in its root folder.Reproduction
When using a Svelte component with Sass styling (