mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-25 18:02:01 -05:00
Adds experimental commands for Open in GitHub
This commit is contained in:
@@ -16,6 +16,9 @@ export * from './commands/diffWithNext';
|
||||
export * from './commands/diffWithPrevious';
|
||||
export * from './commands/diffWithWorking';
|
||||
export * from './commands/openChangedFiles';
|
||||
export * from './commands/openCommitInHostingProvider';
|
||||
export * from './commands/openFileInHostingProvider';
|
||||
export * from './commands/openInHostingProvider';
|
||||
export * from './commands/showBlame';
|
||||
export * from './commands/showBlameHistory';
|
||||
export * from './commands/showFileHistory';
|
||||
|
||||
Reference in New Issue
Block a user