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

ability to set css.enabledLanguages property in "./vscode/setting.json" or in the ".workspace" file

Open snicr opened this issue 1 year ago • 1 comments

Type: Feature Request / Improvement

it will be nice to be able to set de "css.enabledLanguages" property in the "./vscode/setting.json" or even in the ".workspace" file. I'm working with devcontainers and it will be ideal to keep all the related configuration in the code repository, currently this configuration kept in the host machine.

snicr avatar Apr 21 '24 12:04 snicr

Language ids are registered on extension startup so this may require some refactoring.

ecmel avatar Jan 01 '25 13:01 ecmel