This commit is contained in:
João Moreno
2020-11-10 16:52:35 +01:00
parent d34ba652f3
commit 3d61a39074
2 changed files with 22 additions and 7 deletions

View File

@@ -59,7 +59,8 @@ class RemoteSourceProviderQuickPick {
this.quickpick.items = remoteSources.map(remoteSource => ({
label: remoteSource.name,
description: remoteSource.description || (typeof remoteSource.url === 'string' ? remoteSource.url : remoteSource.url[0]),
remoteSource
remoteSource,
alwaysShow: true
}));
}
} catch (err) {