pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
145 stars 32 forks source link

css_peek.exclude doesn't work #51

Closed arnofly closed 4 years ago

arnofly commented 5 years ago

Hello,

On Windows 7 x64, I tried to set up the plugin with a fresh user folder of VS Code to avoid some conflict with other plugins, but I have always the same issue. The "css_peek.exclude" option has no effect. I add a folder to the option's array, but the plugin still search inside the folder.

Otherwise, your plugin is cool, thx!

arch-stack commented 5 years ago

Hey can you try this PR? https://github.com/pranaygp/vscode-css-peek/pull/61

pranaygp commented 4 years ago

This was resolved in #61