-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix: update command title from View History to View Logs #8455
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
base: main
Are you sure you want to change the base?
fix: update command title from View History to View Logs #8455
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.
Pull Request Overview
This PR fixes a command title inconsistency in the VS Code extension configuration. The continue.viewLogs command was incorrectly labeled as "View History" when it should be "View Logs" to match its actual functionality.
Key Changes
- Updated the title of the
continue.viewLogscommand to accurately reflect its purpose
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No issues found across 1 file
d31d378 to
a2d0f55
Compare
|
@lixiaoyang1992 you may need to pull main for this to work |
a2d0f55 to
0f91776
Compare
done |
Description
Shoul be View Logs. Check line 253, it's duplicate.
Checklist
Summary by cubic
Renamed the VS Code command title from "View History" to "View Logs" to match the continue.viewLogs command and reduce confusion in the Command Palette. This fixes the incorrect duplicate label so users see the right action.
Written for commit 0f91776. Summary will update automatically on new commits.