Procházet zdrojové kódy

Fixes issue with latest insiders build - namespaces DocumentScheme

Changes from git to gitlens-git
main
Eric Amodio před 7 roky
rodič
revize
ea375f478f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/constants.ts

+ 2
- 2
src/constants.ts Zobrazit soubor

@ -29,10 +29,10 @@ export const Commands = {
ToggleCodeLens: 'gitlens.toggleCodeLens' as Commands
};
export type DocumentSchemes = 'file' | 'git' | 'git-blame';
export type DocumentSchemes = 'file' | 'gitlens-git';
export const DocumentSchemes = {
File: 'file' as DocumentSchemes,
Git: 'git' as DocumentSchemes
Git: 'gitlens-git' as DocumentSchemes
};
export type WorkspaceState = 'repoPath';

Načítá se…
Zrušit
Uložit