mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-05 17:25:44 -05:00
Fixes issue with latest insiders build - namespaces DocumentScheme
Changes from git to gitlens-git
This commit is contained in:
@@ -29,10 +29,10 @@ export const Commands = {
|
|||||||
ToggleCodeLens: 'gitlens.toggleCodeLens' as Commands
|
ToggleCodeLens: 'gitlens.toggleCodeLens' as Commands
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DocumentSchemes = 'file' | 'git' | 'git-blame';
|
export type DocumentSchemes = 'file' | 'gitlens-git';
|
||||||
export const DocumentSchemes = {
|
export const DocumentSchemes = {
|
||||||
File: 'file' as DocumentSchemes,
|
File: 'file' as DocumentSchemes,
|
||||||
Git: 'git' as DocumentSchemes
|
Git: 'gitlens-git' as DocumentSchemes
|
||||||
};
|
};
|
||||||
|
|
||||||
export type WorkspaceState = 'repoPath';
|
export type WorkspaceState = 'repoPath';
|
||||||
|
|||||||
Reference in New Issue
Block a user