-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
Cannot load vscode extension in vite-solid example #2088
Comments
I was playing with this for some time and I was able to find that if you remove When i moved the config to unocss.config.ts, the extention works correctly. Then I can return |
Here is a link to reproduce this error -> https://codesandbox.io/p/sandbox/unconfig-vite-solid-bug-2wrobj For some reason unconfig conflicts with vite plugin for solid :( |
This also happens with @sveltejs/vite-plugin-svelte - the unocss vscode extension does not work if there's no config file, breaks with unexpected identifier. An empty config file fixes this.
|
Not sure why a unocss.config.js file with only
fixes this but hey, I'll take it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have problem with launching vs-code extesion in vite-solid example.
The text was updated successfully, but these errors were encountered: