mirror of
				https://github.com/arduino/arduino-ide.git
				synced 2025-10-31 05:58:31 +00:00 
			
		
		
		
	fixed save-as. added sketchload
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
		| @@ -28,7 +28,7 @@ export class OpenSketchExternal extends SketchContribution { | ||||
|     } | ||||
|  | ||||
|     protected async openExternal(): Promise<void> { | ||||
|         const uri = await this.currentSketchFile(); | ||||
|         const uri = await this.sketchServiceClient.currentSketchFile(); | ||||
|         if (uri) { | ||||
|             const exists = this.fileSystem.exists(uri); | ||||
|             if (exists) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akos Kitta
					Akos Kitta