File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3734
3734
"menus": {
3735
3735
"editor/title": [
3736
3736
{
3737
- "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
3737
+ "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor && resourcePath =~ /^\\/explain\\// ",
3738
3738
"group": "navigation",
3739
3739
"order": 3
3740
3740
}
3741
3741
],
3742
3742
"editor/title/context": [
3743
3743
{
3744
- "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
3744
+ "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor && resourcePath =~ /^\\/explain\\// ",
3745
3745
"group": "1_gitlens",
3746
3746
"order": 0
3747
3747
}
Original file line number Diff line number Diff line change 14171
14171
},
14172
14172
{
14173
14173
"command": "gitlens.regenerateMarkdownDocument",
14174
- "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
14174
+ "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor && resourcePath =~ /^\\/explain\\// ",
14175
14175
"group": "navigation@3"
14176
14176
},
14177
14177
{
14197
14197
},
14198
14198
{
14199
14199
"command": "gitlens.regenerateMarkdownDocument",
14200
- "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor",
14200
+ "when": "resourceScheme == gitlens-ai-markdown && activeCustomEditorId == vscode.markdown.preview.editor && resourcePath =~ /^\\/explain\\// ",
14201
14201
"group": "1_gitlens@0"
14202
14202
},
14203
14203
{
You can’t perform that action at this time.
0 commit comments