@@ -58,6 +58,7 @@ Implement features or make changes across your workspace, all from a single prom
58
58
status : 'main' ,
59
59
disabled : false ,
60
60
flash : 'once' ,
61
+ fillState : 'hover' ,
61
62
icon : MynahIcons . RIGHT_OPEN ,
62
63
id : 'quick-start-featuredev' ,
63
64
text : `Quick start with **/dev**` ,
@@ -88,6 +89,7 @@ Automatically generate unit tests for your active file.
88
89
status : 'main' ,
89
90
disabled : false ,
90
91
flash : 'once' ,
92
+ fillState : 'hover' ,
91
93
icon : MynahIcons . RIGHT_OPEN ,
92
94
id : 'quick-start-testgen' ,
93
95
text : `Quick start with **/test**` ,
@@ -122,6 +124,7 @@ Create and update READMEs for better documented code.
122
124
status : 'main' ,
123
125
disabled : false ,
124
126
flash : 'once' ,
127
+ fillState : 'hover' ,
125
128
icon : MynahIcons . RIGHT_OPEN ,
126
129
id : 'quick-start-doc' ,
127
130
text : `Quick start with **/doc**` ,
@@ -156,6 +159,7 @@ Review code for issues, then get suggestions to fix your code instantaneously.
156
159
status : 'main' ,
157
160
disabled : false ,
158
161
flash : 'once' ,
162
+ fillState : 'hover' ,
159
163
icon : MynahIcons . RIGHT_OPEN ,
160
164
id : 'quick-start-review' ,
161
165
text : `Quick start with **/review**` ,
@@ -186,6 +190,7 @@ Upgrade library and language versions in your codebase.
186
190
status : 'main' ,
187
191
disabled : false ,
188
192
flash : 'once' ,
193
+ fillState : 'hover' ,
189
194
icon : MynahIcons . RIGHT_OPEN ,
190
195
id : 'quick-start-gumby' ,
191
196
text : `Quick start with **/transform**` ,
0 commit comments