Microsoft/vscode

[Emmet] Include should be more like DocumentSelector

Open

#49,588 opened on May 10, 2018

View on GitHub
 (11 comments) (0 reactions) (1 assignee)TypeScript (74,848 stars) (10,221 forks)batch import
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.

Contributor guide