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
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:
Create a new Svelte Project with Sass and start Dev Server npm run dev
Create a new Component and use sass as style language
Insert a Variable via your plugin
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.
The text was updated successfully, but these errors were encountered:
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:
npm run dev
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):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: