Skip to content

Commit 19196ff

Browse files
sergeibbbeamodio
authored andcommitted
Adjusts order of buttons in the toolbar: moves "Regenerate" to the right
(#4449, #4475)
1 parent c462589 commit 19196ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

contributions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3710,7 +3710,7 @@
37103710
{
37113711
"when": "resourceScheme == gitlens-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
37123712
"group": "navigation",
3713-
"order": 0
3713+
"order": 3
37143714
}
37153715
],
37163716
"editor/title/context": [

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14131,11 +14131,6 @@
1413114131
"when": "resourceScheme =~ /^(gitlens|pr)$/ && gitlens:enabled && isInDiffEditor",
1413214132
"group": "navigation@-97"
1413314133
},
14134-
{
14135-
"command": "gitlens.regenerateMarkdownDocument",
14136-
"when": "resourceScheme == gitlens-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
14137-
"group": "navigation@0"
14138-
},
1413914134
{
1414014135
"command": "gitlens.ai.feedback.positive",
1414114136
"when": "resourceScheme == gitlens-markdown && config.gitlens.telemetry.enabled && config.telemetry.telemetryLevel != off && activeCustomEditorId == vscode.markdown.preview.editor",
@@ -14146,6 +14141,11 @@
1414614141
"when": "resourceScheme == gitlens-markdown && config.gitlens.telemetry.enabled && config.telemetry.telemetryLevel != off && activeCustomEditorId == vscode.markdown.preview.editor",
1414714142
"group": "navigation@2"
1414814143
},
14144+
{
14145+
"command": "gitlens.regenerateMarkdownDocument",
14146+
"when": "resourceScheme == gitlens-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
14147+
"group": "navigation@3"
14148+
},
1414914149
{
1415014150
"command": "gitlens.openPatch",
1415114151
"when": "false && editorLangId == diff"

0 commit comments

Comments
 (0)