Adds experimental commands for Open in GitHub

This commit is contained in:
Eric Amodio
2017-03-24 03:00:18 -04:00
parent 4f84c03275
commit 4d1cfd6413
8 changed files with 178 additions and 33 deletions

View File

@@ -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';