Преглед изворни кода

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…
Откажи
Сачувај