mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-23 01:35:37 -05:00
Renames hosting to remote
This commit is contained in:
@@ -16,9 +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/openCommitInRemote';
|
||||
export * from './commands/openFileInRemote';
|
||||
export * from './commands/openInRemote';
|
||||
export * from './commands/showBlame';
|
||||
export * from './commands/showBlameHistory';
|
||||
export * from './commands/showFileHistory';
|
||||
|
||||
Reference in New Issue
Block a user