-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Editor inputs have contributed commands in the context menu #89459
Comments
Related to this, on my system that context menu also gives me entries that have been contributed by a couple of my extensions. |
Same issue on macOS as well |
This happens across all our inputs which use the Editor. IMO we should not include all those contributions and should just have What's the simplest way towards this @alexdima? |
@joaomoreno The "Command Palette..." should potentially have a better context key for
|
@alexdima Thanks! But this is actually only half of the story. As @gjsjohnmurray mentions, extension contributed commands show up: Should we file issues to these extensions, suggesting to change their |
It might be better/simpler to have another menu id, something like |
To reproduce, you can use:
|
SimpleEditorContext is used instead of EditorContext for simple widget editors.
re #89333
The text was updated successfully, but these errors were encountered: