File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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": [
Original file line number Diff line number Diff line change 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",
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"
You can’t perform that action at this time.
0 commit comments