Closed
Description
Currently all the emmet commands get routed from the core to the emmet extension.
This was so that when users use emmet.useNewEmmet
to false
, we fall back on the old emmet implementation.
In July, all emmet commands will be using the new model and so will be used out of the extension directly