vscode-html-css icon indicating copy to clipboard operation
vscode-html-css copied to clipboard

link "css.styleSheets" to several css files or dir

Open CMQNordic opened this issue 3 years ago • 2 comments

Unsure if its a bug or just not supported? As often run webpack project with css bundling I want to search for class definitions in several css files in a folders not linked in index.html.

Should something similar to this work? If not would be awesome if it coud be added added...

"css.styleSheets": [
    "/styles/**{"css", "scss"},
]

CMQNordic avatar Jan 19 '22 22:01 CMQNordic

Hello, please see following:

https://github.com/ecmel/vscode-html-css#additional-style-sheets

ecmel avatar Jan 20 '22 06:01 ecmel

So as I understand by the comment to read above there is NO support to scan several css files as it is not desribed there?

Or is it just not in the documentation. any plans for such a functionality to scan several css files in a desired folder?

CMQNordic avatar Jan 21 '22 17:01 CMQNordic

Should work in 1.14.0

ecmel avatar Dec 28 '23 19:12 ecmel