Skip to content

Commit

Permalink
Fixes missing context
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 1, 2017
1 parent b961646 commit 3b195b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3b195b6

Please sign in to comment.