mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-18 01:35:36 -05:00
Adds 'Show Stashed Changes` command
Adds experimental 'Apply Stashed Changes' command Adds experimental 'Delete Stashed Changes' to stashed changes quick pick
This commit is contained in:
@@ -34,7 +34,7 @@ export interface IGitCommitLine {
|
||||
code?: string;
|
||||
}
|
||||
|
||||
export type GitCommitType = 'blame' | 'file' | 'repo';
|
||||
export type GitCommitType = 'blame' | 'file' | 'repo' | 'stash';
|
||||
|
||||
export class GitCommit implements IGitCommit {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user