You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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