Microsoft/vscode
View on GitHub[Emmet] Include should be more like DocumentSelector
Open
#49,588 opened on May 10, 2018
emmetfeature-requesthelp wanted
Description
Currently, the Emmet extension has a setting called emmet.includeLanguages which just targets language IDs to map to the Emmet-capable language ID. I think it would be very useful if instead you could use something more like DocumentSelector, which also allows DocumentFilter instead of just language ID.