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
Hi there, thanks for reporting! My first guess is that the Windows path you have for the CSS file breaks the thing, I’ll try to reproduce it myself with this exact file.
I’ll keep you updated if I do, otherwise I’ll need your logs!
Sorry for the delay! The problem was not from the CSS path (I never actually use it in my code), but rather from the typescript option.
I was looking for the .svelte-kit/jsconfig.json as typescript is false in your components.json; in a similar fashion to what shadcn-sveltedoes.
However, .svelte-kitalwaysuses tsconfig.json, so I simply needed to change that path to make it work properly.
It's weird that you didn't get thrown any crash though
- Fix wrong tsconfig being resolved when having typescript to false with Svelte (fixes#62)
- Upgrade Gradle and dependencies
- Re-disable plugin verifier
Issue type
Problem
Description
I have components.json but UI does not appear on the plugin. I use RustRover 2024.2 EAP (#RR-242.21829.114).
Special case
The text was updated successfully, but these errors were encountered: