You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to get it working using jsconfig.json as proposed by another user, however now i have two places where i have to manage my paths. Would be great to just have a the vite.config.js file with the alias' be picked up by the extension :D
Would it be possible to add Vite path alias support ?
eg. the plugin will work great using this...
import Primary from "../buttons/Primary.svelte";
however it doesn't when using vite path alias
import Primary from "@buttons/Primary.svelte";
❤️
The text was updated successfully, but these errors were encountered: