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

Fixes issue with latest insiders build - namespaces DocumentScheme

Changes from git to gitlens-git
main
Eric Amodio пре 7 година
родитељ
комит
ea375f478f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      src/constants.ts

+ 2
- 2
src/constants.ts Прегледај датотеку

@ -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';

Loading…
Откажи
Сачувај