Skip to content

Commit e6c984d

Browse files
[MERGE on 2023-11-28]feat: use Amazon Q gif in Add Connection page (#1527)
feat: use Amazon Q gif in Add Connection page Uses the new gif of Amazon Q instead of the CW auto suggestion gif. Signed-off-by: nkomonen <[email protected]>
1 parent 904b6a4 commit e6c984d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/auth/ui/vue/featurePanel/codeWhispererContent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<img
77
class="feature-panel-image"
8-
src="https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/codewhisperer.gif"
9-
alt="CodeWhisperer example GIF"
8+
src="https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/codewhispererChat.gif"
9+
alt="CodeWhisperer Chat example GIF"
1010
/>
1111

1212
<div class="feature-panel-container-description">

src/auth/ui/vue/root.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/>
1414
<img
1515
v-show="false"
16-
src="https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/codewhisperer.gif"
16+
src="https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/codewhispererChat.gif"
1717
/>
1818

1919
<div :style="{ display: 'flex', flexDirection: 'column', gap: '1.2em', width: '100em' }">

src/test/credentials/ui/vue/show.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ describe('Add Connection webview', function () {
178178

179179
assert(await fs.fileExists(Uri.joinPath(marketplaceImagesRoot, 'CC_dev_env.gif')))
180180
assert(await fs.fileExists(Uri.joinPath(marketplaceImagesRoot, 'awsExplorer.gif')))
181-
assert(await fs.fileExists(Uri.joinPath(marketplaceImagesRoot, 'codewhisperer.gif')))
181+
assert(await fs.fileExists(Uri.joinPath(marketplaceImagesRoot, 'codewhispererChat.gif')))
182182
})
183183
})

0 commit comments

Comments
 (0)