Microsoft/vscode

[Emmet] Include should be more like DocumentSelector

Open

#49.588 aberto em 10 de mai. de 2018

Ver no GitHub
 (11 comments) (0 reactions) (1 assignee)TypeScript (10.221 forks)batch import
emmetfeature-requesthelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

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.

Guia do colaborador