Skip to content

Commit eaf4b14

Browse files
authored
marketplace: add keywords "Code", "Whisperer" #3213
Problem: AWS Toolkit does not appear in VS marketplace searches for "Code Whisperer" (as opposed to "CodeWhisperer"). VS marketplace limits us to 5 keywords. Solution: Replace other keywords with "Code" and "Whisperer".
1 parent 3ca596a commit eaf4b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"AWS",
3333
"CodeCatalyst",
3434
"CodeWhisperer",
35-
"Lambda",
36-
"Serverless"
35+
"Code",
36+
"Whisperer"
3737
],
3838
"preview": false,
3939
"qna": "https://github.com/aws/aws-toolkit-vscode/issues",

0 commit comments

Comments
 (0)