Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Aug 21, 2023
1 parent 1301b7f commit 3fdea84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ export class RemoteNotebookKernelSourceSelector implements IRemoteNotebookKernel
label: Common.labelForQuickPickSeparatorIndicatingThereIsAnotherGroupOfMoreItems,
kind: QuickPickItemKind.Separator
});
quickPickCommandItems.push(...newProviderItems);
}
quickPickCommandItems.push(...newProviderItems);
}

const items = quickPickServerItems.concat(quickPickCommandItems);
Expand Down

0 comments on commit 3fdea84

Please sign in to comment.