mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-06 17:25:46 -05:00
Reworks git abstraction and acccess
Adds commands module Adds git commit message to blame hover decorator
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
export type WorkspaceState = 'repoPath';
|
||||
export const WorkspaceState = {
|
||||
RepoPath: 'repoPath' as WorkspaceState
|
||||
|
||||
Reference in New Issue
Block a user