Skip to content

Commit

Permalink
Revert "Hide kernel picker if nothing is returned (#182919)"
Browse files Browse the repository at this point in the history
This reverts commit 5015de8.
  • Loading branch information
DonJayamanne committed May 25, 2023
1 parent 6c63b9e commit 378291b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export class KernelPickerMRUStrategy extends KernelPickerStrategyBase {
}
return true;
} else {
return false;
return this.displaySelectAnotherQuickPick(editor, false);
}
} catch (ex) {
return false;
Expand Down

0 comments on commit 378291b

Please sign in to comment.