-
Notifications
You must be signed in to change notification settings - Fork 746
fix(amazonq): fix finding suppression, change icon, change tool name #7731
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
… keep it consistent in all places
|
|
| modelSelection: true, | ||
| workspaceFilePath: vscode.workspace.workspaceFile?.fsPath, | ||
| qCodeReviewInChat: true, | ||
| codeReviewInChat: false, |
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.
why this is being renamed?
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.
If yes, Did we do necessary changes in Flare?
Sticking to one name is advisable to avoid permutations and combinations in between VSC and Flare
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.
we were told to remove the q term in case q branding changes down the line
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.
Yeah but this is internal code? We dont show this param to CX so its safe to use this!
If not we need to test with all the combinations.
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.
its been tested
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.
Did we test with below scenarios
- Old VSC + New Flare
- New VSC + New Flare
- Old VSC + Old Flare
Problem
Includes changes from this older PR #7696 which got reverted
Solution
re-do reverted changes
Renames QCodeReview tool to CodeReview
feature/xbranches will not be squash-merged at release time.