提交 fa4ee505 编写于 作者: J Johannes Rieken

only add menu contribution when having call hierarchy providers,...

only add menu contribution when having call hierarchy providers, https://github.com/microsoft/vscode/issues/104727
上级 45f3c721
......@@ -178,7 +178,11 @@ registerAction2(class extends EditorAction2 {
menu: {
id: MenuId.EditorContextPeek,
group: 'navigation',
order: 1000
order: 1000,
when: ContextKeyExpr.and(
_ctxHasCallHierarchyProvider,
PeekContext.notInPeekEditor
),
},
keybinding: {
when: EditorContextKeys.editorTextFocus,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册