Skip to content

No "Upload LittleFS to Pico/ESP8266" found in Arduino IDE 2.2.1 after installed #2

Closed
@Metaphorme

Description

@Metaphorme

Hi Philhower!
 So grateful for your work! But I meet some problems during using this plugin.
 I downloaded arduino-littlefs-upload-1.0.0.vsix from release page and place it into ~/.arduinoIDE/plugins/, but nothing changed in my tool menu. After that, I tried to put it in both ~/.arduinoIDE/plugins/ and ~/.arduinoIDE/plugin-storage, and nothing changed. Then, I downloaded arduino-littlefs-upload-1.0.0.vsix from git branch and place it into both ~/.arduinoIDE/plugins/ and ~/.arduinoIDE/plugin-storage, and nothing changed. By the way, [Ctrl] + [Shift] + [P] don't work on my mac, as a result I try to find in tool menu.
 I'm sorry that I'm new to arduino and something I do maybe roughly, but I'm so appreciat if you could help me to fix this problem.

Environment:

  • macOS 14.0
  • Arduino IDE 2.2.1
  • ESP 8266

Pictures:

截屏2023-10-24 23 51 57

My tool menu.

截屏2023-10-24 23 48 25

Place I put arduino-littlefs-upload-1.0.0.vsix in.

Activity

dankeboy36

dankeboy36 commented on Oct 24, 2023

@dankeboy36

but nothing changed in my tool menu

This is expected, @Metaphorme. It's a lack of feature in the Arduino IDE: arduino/arduino-ide#2135. You won't see menu items contributed by extensions. Here is a related discussion: dankeboy36/vscode-arduino-api#8.

By the way, [Ctrl] + [Shift] + [P]

On macOS, you have to press +Shift+P to open the Commad Palette in the Arduino IDE. Then, you should see the Upload LittleFS to Pico/ESP8266 command.


Update:

and place it into ~/.arduinoIDE/plugins/,

That's the correct location.

earlephilhower

earlephilhower commented on Oct 24, 2023

@earlephilhower
Owner

Thanks, @dankeboy36 . When I get back home in a couple weeks I'll update the readme.md with the Mac key sequence you listed!

Metaphorme

Metaphorme commented on Oct 24, 2023

@Metaphorme
ContributorAuthor

I found it! Thank you for your detailed replies! ☺️

added a commit that references this issue on Oct 24, 2023

Merge pull request #4 from Metaphorme/main

832dbf6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @earlephilhower@Metaphorme@dankeboy36

        Issue actions

          No "Upload LittleFS to Pico/ESP8266" found in Arduino IDE 2.2.1 after installed · Issue #2 · earlephilhower/arduino-littlefs-upload