Browse Source

Fixes hiding support heart after interaction

main
Eric Amodio 6 years ago
parent
commit
5d972292a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/constants.ts

+ 1
- 1
src/constants.ts View File

@ -36,7 +36,7 @@ export enum CommandContext {
ViewsCanCompare = 'gitlens:views:canCompare',
ViewsCanCompareFile = 'gitlens:views:canCompare:file',
ViewsCompareKeepResults = 'gitlens:views:compare:keepResults',
ViewsHideSupportGitLens = 'gitlens:supportGitLens:hide',
ViewsHideSupportGitLens = 'gitlens:views:supportGitLens:hide',
ViewsFileHistoryEditorFollowing = 'gitlens:views:fileHistory:editorFollowing',
ViewsLineHistoryEditorFollowing = 'gitlens:views:lineHistory:editorFollowing',
ViewsRepositoriesAutoRefresh = 'gitlens:views:repositories:autoRefresh',

Loading…
Cancel
Save