export to, clone from github

This commit is contained in:
João Moreno
2020-05-18 15:51:15 +02:00
parent ee4e97fe6a
commit b629dba454
6 changed files with 27 additions and 16 deletions

View File

@@ -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;
}