Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,15 +852,21 @@
},
{
"command": "aws.amazonq.inline.acceptEdit",
"title": "%aws.amazonq.inline.acceptEdit%"
"title": "%AWS.amazonq.inline.acceptEdit%",
"category": "%AWS.amazonq.title%",
"enablement": "aws.codewhisperer.connected"
},
{
"command": "aws.amazonq.inline.rejectEdit",
"title": "%aws.amazonq.inline.rejectEdit%"
"title": "%AWS.amazonq.inline.rejectEdit%",
"category": "%AWS.amazonq.title%",
"enablement": "aws.codewhisperer.connected"
},
{
"command": "aws.amazonq.toggleNextEditPredictionPanel",
"title": "%aws.amazonq.toggleNextEditPredictionPanel%"
"title": "%AWS.amazonq.toggleNextEditPredictionPanel%",
"category": "%AWS.amazonq.title%",
"enablement": "aws.codewhisperer.connected"
}
],
"keybindings": [
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"AWS.amazonq.codewhisperer.title": "Amazon Q",
"AWS.amazonq.toggleCodeSuggestion": "Toggle Auto-Suggestions",
"AWS.amazonq.toggleCodeScan": "Toggle Auto-Scans",
"AWS.amazonq.toggleNextEditPredictionPanel": "Toggle next edit suggestion",
"AWS.amazonq.scans.scanProgress": "Sure. This may take a few minutes. I will send a notification when it’s complete if you navigate away from this panel.",
"AWS.amazonq.scans.waitingForInput": "Waiting on your inputs...",
"AWS.amazonq.scans.chooseScan.description": "Would you like to review your active file or the workspace you have open?",
Expand Down Expand Up @@ -465,6 +466,8 @@
"AWS.amazonq.doc.pillText.reject": "Reject",
"AWS.amazonq.doc.pillText.makeChanges": "Make changes",
"AWS.amazonq.inline.invokeChat": "Inline chat",
"AWS.amazonq.inline.acceptEdit": "Accept edit suggestion",
"AWS.amazonq.inline.rejectEdit": "Reject edit suggestion",
"AWS.amazonq.opensettings:": "Open settings",
"AWS.toolkit.lambda.walkthrough.quickpickTitle": "Application Builder Walkthrough",
"AWS.toolkit.lambda.walkthrough.title": "Get started building your application",
Expand Down
Loading