This commit is contained in:
isidor
2020-04-02 20:20:26 +02:00
parent fcc8326ba6
commit aef342f290
@@ -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);