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

[Bug] Plugin adds obsolete semicolon in Svelte Sass code #123

Open
uvulpos opened this issue Jan 8, 2025 · 0 comments
Open

[Bug] Plugin adds obsolete semicolon in Svelte Sass code #123

uvulpos opened this issue Jan 8, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@uvulpos
Copy link

uvulpos commented Jan 8, 2025

Describe the bug
I have a scss file in a lib folder and whenever I want to import a CSS Variable from your plugin, it adds a semicolon and the compiler goes crazy and creates an error modal

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Svelte Project with Sass and start Dev Server npm run dev
  2. Create a new Component and use sass as style language
  3. Insert a Variable via your plugin
  4. See error

Expected behavior
The plugin discovers the css language (sass, scss, ...) and inserts it accordingly

Screenshots
Not needed, just a semicolon

Details (please complete the following information):

  • OS: MacOS M1 something
  • VSCode version 1.96.2
  • Extension version 2.6.4

Additional context
Add any other context about the problem here.

@uvulpos uvulpos added the bug Something isn't working label Jan 8, 2025
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