Skip to content

Commit

Permalink
Adopt new kernel picker type setting (#12055)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Nov 17, 2022
1 parent 07aa399 commit 6f0db89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/common/featureManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class FeatureManager implements IFeaturesManager {

private _updateFeatures() {
const kernelPickerType =
this.workspace.getConfiguration('notebook.experimental.kernelPicker').get('mru') ||
this.workspace.getConfiguration('notebook.kernelPicker').get('type') === 'mru' ||
this.configService.getSettings().kernelPickerType === 'Insiders'
? 'Insiders'
: 'Stable';
Expand Down

0 comments on commit 6f0db89

Please sign in to comment.