Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@lopatnov

Description

@lopatnov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions