|
@ -9,7 +9,6 @@ import type { GitFileChange } from '../../git/models/file'; |
|
|
import { GitFile } from '../../git/models/file'; |
|
|
import { GitFile } from '../../git/models/file'; |
|
|
import type { IssueOrPullRequest } from '../../git/models/issue'; |
|
|
import type { IssueOrPullRequest } from '../../git/models/issue'; |
|
|
import type { PullRequest } from '../../git/models/pullRequest'; |
|
|
import type { PullRequest } from '../../git/models/pullRequest'; |
|
|
import type { GraphSelectionChangeEvent } from '../../plus/webviews/graph/graphWebview'; |
|
|
|
|
|
import { executeCommand } from '../../system/command'; |
|
|
import { executeCommand } from '../../system/command'; |
|
|
import { debug } from '../../system/decorators/log'; |
|
|
import { debug } from '../../system/decorators/log'; |
|
|
import type { Deferrable } from '../../system/function'; |
|
|
import type { Deferrable } from '../../system/function'; |
|
@ -237,10 +236,6 @@ export class CommitDetailsWebviewView extends WebviewViewBase |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private onGraphWebviewSelectionChanged(e: GraphSelectionChangeEvent) { |
|
|
|
|
|
this.updateCommit(e.selection[0]); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private onCommitsViewVisibilityChanged(e: TreeViewVisibilityChangeEvent) { |
|
|
private onCommitsViewVisibilityChanged(e: TreeViewVisibilityChangeEvent) { |
|
|
if (!e.visible) return; |
|
|
if (!e.visible) return; |
|
|
|
|
|
|
|
|