mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-06 01:35:36 -05:00
Switches to use repoPath on GitService
This commit is contained in:
@@ -29,7 +29,6 @@ export const DocumentSchemes = {
|
||||
export type WorkspaceState = 'repoPath';
|
||||
export const WorkspaceState = {
|
||||
GitLensVersion: 'gitlensVersion' as WorkspaceState,
|
||||
RepoPath: 'repoPath' as WorkspaceState,
|
||||
SuppressGitVersionWarning: 'suppressGitVersionWarning' as WorkspaceState
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user