Skip to content
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

Wrong path resolving to node_modules #162

Open
sephentos opened this issue Sep 13, 2022 · 0 comments
Open

Wrong path resolving to node_modules #162

sephentos opened this issue Sep 13, 2022 · 0 comments

Comments

@sephentos
Copy link

  • VS Code Version: 1.71.0
  • SCSS IntelliSense Version: 0.10.0
  • Operating System: Win10

Path resolving does not work if the path contains "base"

styles.scss
@import "base/functions";

imports effectively: base/_functions.scss

grafik

By whatever reason it tries to open node_modules/base/functions

grafik

Changing the import path to e.g.:

styles.scss
@import "components/functions";

it starts to work again.

Code_zNU7r3hs4S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant