-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.
Description
Describe the bug
I'm using Svelte with TypeScript and SCSS, and I get this weird thing where I write a syntax error in a SCSS file which I import with @use into my Svelte file, and the error gets reported in the Svelte file too:


To Reproduce
Steps to reproduce the behavior:
- Create a new Svelte file in VSCode that is in a workspace with preprocessing SCSS.
- Add
includePathsto the preprocessor config for SCSS - Add a style to the Svelte file with
@useand specify the name like in the picture above. - Write some syntax errors into the SCSS file.
Expected behavior
Don't report errors in files they are not in.
Screenshots
Added above.
System (please complete the following information):
- OS: Mac OS 10.15.7
- IDE: VSCode
- Plugin/Package: "Svelte for VSCode"
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.