-
Notifications
You must be signed in to change notification settings - Fork 29
Remove "Reset to Default" context menu command #530
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
Conversation
|
I would like you to remove all instances of "reset to default" |
Co-authored-by: eleanorjboyd <[email protected]>
All instances of "reset to default" have been completely removed from the codebase. This includes the command definition, menu entries, localization strings, command registration, and the resetEnvironmentCommand function. The extension compiles successfully and passes linting. Commit: 690e150 |
The "Reset to Default" context menu command was confusing to users as it was unclear what it did and how to undo its effects. Based on team discussion, the decision was made to remove this option entirely. Fixes #483. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: eleanorjboyd <[email protected]>
The "Reset to Default" context menu command was confusing to users as it was unclear what it did and how to undo its effects. Based on team discussion, the decision was made to remove this option entirely.
Fixes #483.