mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
This commit is contained in:
@@ -1533,7 +1533,7 @@ export class GettingStartedPage extends EditorPane {
|
||||
buildStepList();
|
||||
|
||||
this.detailsPageDisposables.add(this.contextService.onDidChangeContext(e => {
|
||||
if (e.affectsSome(contextKeysToWatch) && this.currentWalkthrough) {
|
||||
if (e.affectsSome(contextKeysToWatch) && this.currentWalkthrough && this.editorInput) {
|
||||
buildStepList();
|
||||
this.registerDispatchListeners();
|
||||
this.selectStep(this.editorInput.selectedStep, false);
|
||||
|
||||
Reference in New Issue
Block a user