-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling Emmet doesnt stop some of the Emmet commands from showing up #58600
Comments
(Experimental duplicate detection) |
Ahh, thank you @lannonbr I had no idea you could list the built in.. The irony, now that I know extensions can show extra stuff. I have noticed the |
@lannonbr it seems it doesn't disable it enough.. |
@octref The 2 commands in Since extensions have no way of knowing the language under the cursor, we use the core command The way to fix this bug is for the core to somehow figure out that the built-in extension is disabled, and then disable the above 2 commands |
Why is Emmet even built-in anyway? I doubt even 10% of VS Code users use it. |
Verifier:
Ensure no Emmet commands show in the results |
Lol @WORMSS you're too fast. The issue is currently labelled as "unreleased". |
Is the issue resolved for you now? You'll need to download the Insiders version to verify the fix: https://code.visualstudio.com/insiders/ |
Seems like moving the Expand Abbreviation command from workbench to Emmet broke keybinding precedence, so I'll have to revert this change for now. |
I think vscode has reached a point were removing features is better than adding them. Emmet being one of them 😄 |
Closing in favour of #110899 |
I would like to disable Emmet.. And I mean, Disable ALL of it..
As if it's not in VS code at all..
It just pollutes the commands list.
If Emmet was an extension, I could just uninstall it.. but it seems to be built in and not able to remove it.
The text was updated successfully, but these errors were encountered: