|
|
@ -1,67 +1,67 @@ |
|
|
|
export * from './commands/addAuthors'; |
|
|
|
export * from './commands/browseRepoAtRevision'; |
|
|
|
export * from './commands/closeUnchangedFiles'; |
|
|
|
export * from './commands/compareWith'; |
|
|
|
export * from './commands/copyCurrentBranch'; |
|
|
|
export * from './commands/copyDeepLink'; |
|
|
|
export * from './commands/copyMessageToClipboard'; |
|
|
|
export * from './commands/copyShaToClipboard'; |
|
|
|
export * from './commands/copyRelativePathToClipboard'; |
|
|
|
export * from './commands/createPullRequestOnRemote'; |
|
|
|
export * from './commands/openDirectoryCompare'; |
|
|
|
export * from './commands/diffLineWithPrevious'; |
|
|
|
export * from './commands/diffLineWithWorking'; |
|
|
|
export * from './commands/diffWith'; |
|
|
|
export * from './commands/diffWithNext'; |
|
|
|
export * from './commands/diffWithPrevious'; |
|
|
|
export * from './commands/diffWithRevision'; |
|
|
|
export * from './commands/diffWithRevisionFrom'; |
|
|
|
export * from './commands/diffWithWorking'; |
|
|
|
export * from './commands/externalDiff'; |
|
|
|
export * from './commands/generateCommitMessage'; |
|
|
|
export * from './commands/ghpr/openOrCreateWorktree'; |
|
|
|
export * from './commands/gitCommands'; |
|
|
|
export * from './commands/inviteToLiveShare'; |
|
|
|
export * from './commands/logging'; |
|
|
|
export * from './commands/openAssociatedPullRequestOnRemote'; |
|
|
|
export * from './commands/openBranchesOnRemote'; |
|
|
|
export * from './commands/openBranchOnRemote'; |
|
|
|
export * from './commands/openCurrentBranchOnRemote'; |
|
|
|
export * from './commands/openChangedFiles'; |
|
|
|
export * from './commands/openCommitOnRemote'; |
|
|
|
export * from './commands/openComparisonOnRemote'; |
|
|
|
export * from './commands/openFileFromRemote'; |
|
|
|
export * from './commands/openFileOnRemote'; |
|
|
|
export * from './commands/openFileAtRevision'; |
|
|
|
export * from './commands/openFileAtRevisionFrom'; |
|
|
|
export * from './commands/openOnRemote'; |
|
|
|
export * from './commands/openIssueOnRemote'; |
|
|
|
export * from './commands/openPullRequestOnRemote'; |
|
|
|
export * from './commands/openRepoOnRemote'; |
|
|
|
export * from './commands/openRevisionFile'; |
|
|
|
export * from './commands/openWorkingFile'; |
|
|
|
export * from './commands/rebaseEditor'; |
|
|
|
export * from './commands/refreshHover'; |
|
|
|
export * from './commands/remoteProviders'; |
|
|
|
export * from './commands/repositories'; |
|
|
|
export * from './commands/resets'; |
|
|
|
export * from './commands/resetViewsLayout'; |
|
|
|
export * from './commands/searchCommits'; |
|
|
|
export * from './commands/showCommitsInView'; |
|
|
|
export * from './commands/showLastQuickPick'; |
|
|
|
export * from './commands/openOnlyChangedFiles'; |
|
|
|
export * from './commands/showQuickBranchHistory'; |
|
|
|
export * from './commands/showQuickCommit'; |
|
|
|
export * from './commands/showQuickCommitFile'; |
|
|
|
export * from './commands/showQuickFileHistory'; |
|
|
|
export * from './commands/showQuickRepoStatus'; |
|
|
|
export * from './commands/showQuickStashList'; |
|
|
|
export * from './commands/showView'; |
|
|
|
export * from './commands/stashApply'; |
|
|
|
export * from './commands/stashSave'; |
|
|
|
export * from './commands/switchAIModel'; |
|
|
|
export * from './commands/switchMode'; |
|
|
|
export * from './commands/toggleCodeLens'; |
|
|
|
export * from './commands/toggleFileAnnotations'; |
|
|
|
export * from './commands/toggleLineBlame'; |
|
|
|
export * from './commands/walkthroughs'; |
|
|
|
import './commands/addAuthors'; |
|
|
|
import './commands/browseRepoAtRevision'; |
|
|
|
import './commands/closeUnchangedFiles'; |
|
|
|
import './commands/compareWith'; |
|
|
|
import './commands/copyCurrentBranch'; |
|
|
|
import './commands/copyDeepLink'; |
|
|
|
import './commands/copyMessageToClipboard'; |
|
|
|
import './commands/copyShaToClipboard'; |
|
|
|
import './commands/copyRelativePathToClipboard'; |
|
|
|
import './commands/createPullRequestOnRemote'; |
|
|
|
import './commands/openDirectoryCompare'; |
|
|
|
import './commands/diffLineWithPrevious'; |
|
|
|
import './commands/diffLineWithWorking'; |
|
|
|
import './commands/diffWith'; |
|
|
|
import './commands/diffWithNext'; |
|
|
|
import './commands/diffWithPrevious'; |
|
|
|
import './commands/diffWithRevision'; |
|
|
|
import './commands/diffWithRevisionFrom'; |
|
|
|
import './commands/diffWithWorking'; |
|
|
|
import './commands/externalDiff'; |
|
|
|
import './commands/generateCommitMessage'; |
|
|
|
import './commands/ghpr/openOrCreateWorktree'; |
|
|
|
import './commands/gitCommands'; |
|
|
|
import './commands/inviteToLiveShare'; |
|
|
|
import './commands/logging'; |
|
|
|
import './commands/openAssociatedPullRequestOnRemote'; |
|
|
|
import './commands/openBranchesOnRemote'; |
|
|
|
import './commands/openBranchOnRemote'; |
|
|
|
import './commands/openCurrentBranchOnRemote'; |
|
|
|
import './commands/openChangedFiles'; |
|
|
|
import './commands/openCommitOnRemote'; |
|
|
|
import './commands/openComparisonOnRemote'; |
|
|
|
import './commands/openFileFromRemote'; |
|
|
|
import './commands/openFileOnRemote'; |
|
|
|
import './commands/openFileAtRevision'; |
|
|
|
import './commands/openFileAtRevisionFrom'; |
|
|
|
import './commands/openOnRemote'; |
|
|
|
import './commands/openIssueOnRemote'; |
|
|
|
import './commands/openPullRequestOnRemote'; |
|
|
|
import './commands/openRepoOnRemote'; |
|
|
|
import './commands/openRevisionFile'; |
|
|
|
import './commands/openWorkingFile'; |
|
|
|
import './commands/rebaseEditor'; |
|
|
|
import './commands/refreshHover'; |
|
|
|
import './commands/remoteProviders'; |
|
|
|
import './commands/repositories'; |
|
|
|
import './commands/resets'; |
|
|
|
import './commands/resetViewsLayout'; |
|
|
|
import './commands/searchCommits'; |
|
|
|
import './commands/showCommitsInView'; |
|
|
|
import './commands/showLastQuickPick'; |
|
|
|
import './commands/openOnlyChangedFiles'; |
|
|
|
import './commands/showQuickBranchHistory'; |
|
|
|
import './commands/showQuickCommit'; |
|
|
|
import './commands/showQuickCommitFile'; |
|
|
|
import './commands/showQuickFileHistory'; |
|
|
|
import './commands/showQuickRepoStatus'; |
|
|
|
import './commands/showQuickStashList'; |
|
|
|
import './commands/showView'; |
|
|
|
import './commands/stashApply'; |
|
|
|
import './commands/stashSave'; |
|
|
|
import './commands/switchAIModel'; |
|
|
|
import './commands/switchMode'; |
|
|
|
import './commands/toggleCodeLens'; |
|
|
|
import './commands/toggleFileAnnotations'; |
|
|
|
import './commands/toggleLineBlame'; |
|
|
|
import './commands/walkthroughs'; |