瀏覽代碼

Fixes missing context

main
Eric Amodio 7 年之前
父節點
當前提交
3b195b6be2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/commands/common.ts

+ 1
- 1
src/commands/common.ts 查看文件

@ -46,7 +46,7 @@ export const Commands = {
ToggleCodeLens: 'gitlens.toggleCodeLens' as Commands
};
export type CommandContext = 'gitlens:canToggleCodeLens' | 'gitlens:enabled' | 'gitlens:isBlameable' | 'gitlens:key';
export type CommandContext = 'gitlens:canToggleCodeLens' | 'gitlens:enabled' | 'gitlens:hasRemotes' | 'gitlens:isBlameable' | 'gitlens:key';
export const CommandContext = {
CanToggleCodeLens: 'gitlens:canToggleCodeLens' as CommandContext,
Enabled: 'gitlens:enabled' as CommandContext,

Loading…
取消
儲存