mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
context key rename
This commit is contained in:
@@ -560,7 +560,7 @@ export class ChangesViewPane extends ViewPane {
|
||||
}));
|
||||
|
||||
// Set context key for PR state from session metadata
|
||||
const hasOpenPullRequestKey = scopedContextKeyService.createKey<boolean>('github.copilot.chat.copilotCLI.hasOpenPullRequest', false);
|
||||
const hasOpenPullRequestKey = scopedContextKeyService.createKey<boolean>('sessions.hasOpenPullRequest', false);
|
||||
this.renderDisposables.add(autorun(reader => {
|
||||
const sessionResource = activeSessionResource.read(reader);
|
||||
sessionsChangedSignal.read(reader);
|
||||
|
||||
Reference in New Issue
Block a user