mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
export to, clone from github
This commit is contained in:
@@ -288,6 +288,7 @@ class RemoteSourceProviderQuickPick {
|
||||
}
|
||||
} catch (err) {
|
||||
this.quickpick.items = [{ label: localize('error', "$(error) Error: {0}", err.message), alwaysShow: true }];
|
||||
console.error(err);
|
||||
} finally {
|
||||
this.quickpick.busy = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user