-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
remove legacyIndicatorMenu #175933
base: main
Are you sure you want to change the base?
remove legacyIndicatorMenu #175933
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vscode.dev still uses this and there are a few other consumers in the wild.
@joyceerhl Please have a look. I now removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the commands from vscode.dev need to be updated to have a group, otherwise they'll get silently dropped from the remote menu with this change.
Fixes #175930