-
-
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.feature requestNew feature or requestNew feature or request
Description
Describe the bug
Autocomplete suggestions are not working for sass @use statements.
Reproduction
Use the Svelte template as a starting point, open it in VSCode.
Install (dart) sass npm install sass
Create a test.scss scss file to import.
Add an scss style block to a .svelte file with an @use statement pointing to the test scss file
<style lang="scss">
@use './test.scss';
</style>
Expected behaviour
Autocomplete for @use should work the same as it does for script imports.
System Info
- OS: Windows 10
- IDE: VSCode, Atom
Which package is the issue about?
Svelte for VS Code
Additional Information, eg. Screenshots
yimme
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.feature requestNew feature or requestNew feature or request

