Преглед на файлове

Fixes issue with latest insiders build - namespaces DocumentScheme

Changes from git to gitlens-git
main
Eric Amodio преди 8 години
родител
ревизия
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';

Зареждане…
Отказ
Запис