mirror of
				https://github.com/arduino/arduino-ide.git
				synced 2025-10-31 05:58:31 +00:00 
			
		
		
		
	feat: Create remote sketch
Closes #1580 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
		| @@ -54,7 +54,7 @@ export class OpenSketch extends SketchContribution { | ||||
|     registry.registerMenuAction(ArduinoMenus.FILE__SKETCH_GROUP, { | ||||
|       commandId: OpenSketch.Commands.OPEN_SKETCH.id, | ||||
|       label: nls.localize('vscode/workspaceActions/openFileFolder', 'Open...'), | ||||
|       order: '1', | ||||
|       order: '2', | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akos Kitta
					Akos Kitta