I am using the IDE 2.3.4 under Ubuntu 24.10 and would like to include the plugin arduino-littlefs-upload-1.5.3.vsix
I have found a description of how to install this plugin under Windows and MacOS here but no info on installing under Linux.
I have tried creating a "plugin" folder under "arduino-ide_2.3.4_Linux_64bit" and putting the vsix file there but an instruction called ‘Upload LittleFS to Pico/ESP8266/ESP32 ‘ does not appear in the the command palette.
How do I install this vsix file (or plugins in general) in the IDE under Ubuntu?
Hi @steveinaustria.
- Select File > Quit from the Arduino IDE menus if the IDE is running.
All Arduino IDE windows will close.
- Create a folder named
plugins under the Arduino IDE's configuration folder, which is at this path on your hard drive:/home/<username>/.arduinoIDE/
(where <username> is your Linux username)
The .arduinoIDE folder may be hidden by default in your file manager and terminal.
- Copy the downloaded
.vsix folder to the plugins folder you created.
- Start Arduino IDE.
You should now be able to use the plugin as described in its usage documentation.