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

css.styleSheets 配置

Open 132liyh opened this issue 4 years ago • 0 comments

I configure the absolute address in settings.json "css.styleSheets": [ "/src/app.scss", "/src/pages/test/index.scss" ], This will prompt the class names in app.scss and test / index.scss But as long as I change the second one to "/src/pages/test/${fileBasenameNoExtension}.scss" The class name in index.scss will not be prompted Because there will be many index.scss files under the project pages, one of which will be added to the configuration and will not be displayed Please show me. Thank you

132liyh avatar Nov 05 '21 02:11 132liyh