-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
@use with pkg: report an error and break the extension #184
Comments
Thanks so much for providing a reproducible case 🙌 Looks like a case I haven't handled in how a package can declare its exports. A fix for that is on the way. You're right that completions don't work as expected after a |
Thank you very much, it works like a charm now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks a lot for this extension, I find it very useful when working with SASS files!
I found 2 issues/PRs that seem to have fixed the problem, it might be an error on my side...
Reproducible Case:
https://github.com/MenSeb/some-sass-bug
Requirements:
Install and activate the
Some Sass
extension.run:
Steps to Reproduce:
The error:
Nothing works after that, for example, I am no longer able to see the autocomplete suggestion from my other imported module
test.scss
using@use
and I can't see any information on hover.When creating this minimal repo example, I saw that typing on a line with
@debug
or@error
would not show autocomplete suggestions, is this normal?The text was updated successfully, but these errors were encountered: