-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working