Skip to content

Commit 38b20d5

Browse files
committed
Change order for comment buttons
1 parent 988f203 commit 38b20d5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,24 +172,24 @@
172172
"group": "inline",
173173
"when": "commentController == security-notes && commentThreadIsEmpty"
174174
},
175-
{
176-
"command": "security-notes.replyNoteComment",
177-
"group": "inline",
178-
"when": "commentController == security-notes && !commentThreadIsEmpty"
179-
},
180175
{
181176
"command": "security-notes.setNoteStatusVulnerable",
182-
"group": "inline",
177+
"group": "inline@4",
183178
"when": "commentController == security-notes && !commentThreadIsEmpty"
184179
},
185180
{
186181
"command": "security-notes.setNoteStatusNotVulnerable",
187-
"group": "inline",
182+
"group": "inline@3",
188183
"when": "commentController == security-notes && !commentThreadIsEmpty"
189184
},
190185
{
191186
"command": "security-notes.setNoteStatusToDo",
192-
"group": "inline",
187+
"group": "inline@2",
188+
"when": "commentController == security-notes && !commentThreadIsEmpty"
189+
},
190+
{
191+
"command": "security-notes.replyNoteComment",
192+
"group": "inline@1",
193193
"when": "commentController == security-notes && !commentThreadIsEmpty"
194194
}
195195
],

0 commit comments

Comments
 (0)