mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-08 01:48:32 +00:00
Improve remote sketchbook explorer (#459)
* Refactor remote sketchbook explorer * sketches sorting
This commit is contained in:
@@ -103,7 +103,7 @@ export class LocalCacheFsProvider
|
||||
});
|
||||
}
|
||||
|
||||
private get currentUserUri(): URI {
|
||||
public get currentUserUri(): URI {
|
||||
const { session } = this.authenticationService;
|
||||
if (!session) {
|
||||
throw new FileSystemProviderError(
|
||||
|
||||
Reference in New Issue
Block a user