Skip to content

Commit dd1ebad

Browse files
samgst-amazonandrewyuqashishrp-awsbweedopctidd
authored andcommitted
re:Invent 2024
Co-authored-by: Andrew Yu <[email protected]> Co-authored-by: Ashish Podduturi <[email protected]> Co-authored-by: Bodie Weedop <[email protected]> Co-authored-by: C Tidd <[email protected]> Co-authored-by: Grant G <[email protected]> Co-authored-by: Kevin Ding <[email protected]> Co-authored-by: Laxman Reddy <[email protected]> Co-authored-by: Matt Lee <[email protected]> Co-authored-by: Matthew McDonald <[email protected]> Co-authored-by: Randall Jiang <[email protected]> Co-authored-by: Richard Li <[email protected]> Co-authored-by: Tai Lai <[email protected]> Co-authored-by: Zoe Lin <[email protected]>
1 parent e97cff5 commit dd1ebad

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "`/test` in Q chat to generate unit tests for java and python"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "`/doc` in Q chat to generate and update documentation for your project"
4+
}

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/settings/CodeWhispererSettings.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class CodeWhispererConfiguration : BaseState() {
130130
@get:Property
131131
val value by map<CodeWhispererConfigurationType, Boolean>()
132132
val intValue by map<CodeWhispererIntConfigurationType, Int>()
133+
val stringValue by map<CodeWhispererStringConfigurationType, String>()
133134
val projectAutoBuildConfigurationMap by map<String, Boolean>()
134135
val stringValue by map<CodeWhispererStringConfigurationType, String>()
135136
}

0 commit comments

Comments
 (0)