Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI does not appear #62

Closed
1 task done
bezsahara opened this issue Sep 5, 2024 · 2 comments
Closed
1 task done

UI does not appear #62

bezsahara opened this issue Sep 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@bezsahara
Copy link

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).
image
image

Special case

  • This is not a bug nor a feature request, I can't use other templates
@WarningImHack3r
Copy link
Owner

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!

@WarningImHack3r WarningImHack3r added the bug Something isn't working label Sep 6, 2024
@WarningImHack3r
Copy link
Owner

WarningImHack3r commented Sep 14, 2024

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-kit always uses 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

WarningImHack3r added a commit that referenced this issue Sep 14, 2024
- Fix wrong tsconfig being resolved when having typescript to false with Svelte (fixes #62)
- Upgrade Gradle and dependencies
- Re-disable plugin verifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants