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

Reworks the regexp options to use file globbing instead #61

Closed arch-stack closed 5 years ago

arch-stack commented 5 years ago

Regexp wasn't working for everyone, the exclude option was completely non functional This commit converts to using the standard glob format for file names It also tidies up the handling of supported languages in the language server This will make the old setting searchFileExtensions not work anymore and if anyone had regexps in the exclude they prob will not work going forwards until they are converted

arch-stack commented 5 years ago

Can someone verify I haven't broken any functionality that I might not be aware of?

pranaygp commented 5 years ago

Sorry for taking this long @arch-stack Works perfectly. Merging

pranaygp commented 5 years ago

Live in 3.0.2

arch-stack commented 5 years ago

Sorry for taking this long @arch-stack Works perfectly. Merging

No prob

jonlepage commented 4 years ago

not work for me ! i cant have reference when ctrl+click , or on mouseover ! Any help ? Do i have special setting to do ? image