mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Sessions - expose session resource to actions (#304497)
This commit is contained in:
@@ -436,6 +436,10 @@ export class ChangesViewPane extends ViewPane {
|
||||
}
|
||||
}
|
||||
|
||||
override getActionsContext(): URI | undefined {
|
||||
return this.viewModel.activeSessionResourceObs.get();
|
||||
}
|
||||
|
||||
private onVisible(): void {
|
||||
this.renderDisposables.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user