Skip to content

Commit 0694f7f

Browse files
Copilotalexr00
andauthored
Update PR Query Editing action from "Copilot" to "Edit with AI" with sparkle icon (#7843)
* Initial plan * Initial assessment - identifying changes needed for PR Query Editing action name Co-authored-by: alexr00 <[email protected]> * Update PR Query Editing action from 'Copilot' to 'AI' with sparkle icon Co-authored-by: alexr00 <[email protected]> * nits --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: alexr00 <[email protected]>
1 parent 68f397a commit 0694f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/settingsUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function editQuery(namespace: string, queryName: string) {
5858
{ iconPath: new vscode.ThemeIcon('pencil'), label: vscode.l10n.t('Save edits'), alwaysShow: true },
5959
{ iconPath: new vscode.ThemeIcon('add'), label: vscode.l10n.t('Add new query'), alwaysShow: true },
6060
{ iconPath: new vscode.ThemeIcon('settings'), label: vscode.l10n.t('Edit in settings.json'), alwaysShow: true },
61-
{ iconPath: new vscode.ThemeIcon('copilot'), label: vscode.l10n.t('Edit with Copilot'), alwaysShow: true }
61+
{ iconPath: new vscode.ThemeIcon('sparkle'), label: vscode.l10n.t('Edit with AI'), alwaysShow: true }
6262
];
6363
inputBox.activeItems = [];
6464
inputBox.selectedItems = [];

0 commit comments

Comments
 (0)