Commit 8006ae4
authored
Fix(AmazonQ): CodeWhisperer settings persist across restarts (#5283)
The intValue and StringValue used by the state class were missing the
@get:Property tag that the value property had, which meant they were not being properly serialized in the xml file.
Adding the annotation tag to the other properties allows for serialization of these values on IDE exit.1 parent 9615647 commit 8006ae4
File tree
2 files changed
+9
-2
lines changed- .changes/next-release
2 files changed
+9
-2
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| 121 | + | |
| 122 | + | |
122 | 123 | | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
0 commit comments