Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Aug 15, 2023
1 parent 52b68cb commit 8198fd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class JupyterUriProviderAdaptor extends Disposables implements IJupyterUriProvid
private commands = new Map<string, JupyterServerCommand>();
async getQuickPickEntryItems(value?: string): Promise<(QuickPickItem & { default?: boolean | undefined })[]> {
if (!this.provider.commandProvider) {
throw new Error(`No Jupyter Server Command Provider for ${this.provider.extensionId}#${this.provider.id}`);
return [];
}
const token = new CancellationTokenSource();
try {
Expand Down

0 comments on commit 8198fd3

Please sign in to comment.