mrmlnc/vscode-scss

Can't exclude .history directory

Opened this issue · 0 comments

I use zabel-xyz/local-history in VS Code and I want to exclude the directory from the suggestion menu when I type $ or somthing.

I added

"scss.scannerExclude": [ "**/.git", "**/node_modules", "**/bower_components", "**/.history/*" "**/public/*" ],

to the settings, but the entries still pop up in the menu. What can I do here to prohibit this folder for scanning?

scss-suggestions