mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 02:34:37 +01:00
fixes #92126
This commit is contained in:
@@ -75,6 +75,11 @@ export class WelcomeView extends ViewPane {
|
||||
};
|
||||
this._register(editorService.onDidActiveEditorChange(setContextKey));
|
||||
this._register(this.debugService.getConfigurationManager().onDidRegisterDebugger(setContextKey));
|
||||
this._register(this.onDidChangeBodyVisibility(visible => {
|
||||
if (visible) {
|
||||
setContextKey();
|
||||
}
|
||||
}));
|
||||
setContextKey();
|
||||
|
||||
const debugKeybinding = this.keybindingService.lookupKeybinding(StartAction.ID);
|
||||
|
||||
Reference in New Issue
Block a user