mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-22 00:26:09 +00:00
Generalized the list item renderers.
To support update/downgrade. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -59,7 +59,7 @@ export class CoreClientProviderImpl implements CoreClientProvider {
|
||||
resolve(undefined);
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
if (!workspaceRootOrResourceUri) {
|
||||
resolve(this.getOrCreateClient(roots[0]));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user