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

There is no option to add a path for scss folder #177

Open
lopatnov opened this issue Nov 27, 2024 · 0 comments
Open

There is no option to add a path for scss folder #177

lopatnov opened this issue Nov 27, 2024 · 0 comments

Comments

@lopatnov
Copy link

Hi, I'm working on Angular project and configured angular.json with such options:

"stylePreprocessorOptions": {
  "includePaths": [
    "src",
    "src/scss"
  ]
},

It includes scss folder as a global for scss preprocessor. Could you add an option for IntelliSense for this folder too? IntelliSense doesn't know anything about, but Angular and scss preprocessor in it knows that it's common path. And when I write something like @use 'mixins', scss preprocessor understands that this is _mixins.scss file from scss folder. But IntelliSense don't know about anything, so I don't have any help from it. Can you add such option for such global scss paths?

  • VS Code Version: 1.95.3
    image
  • SCSS IntelliSense Version: latest
  • Operating System: Windows 11

Reproducible Case:

Option to set folder path for common scss files doesn't exists

Steps to Reproduce:

  1. Go to VSCode
  2. Open Settings of mrmlnc.vscode-scss and see that this option doesn't exist
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