earlephilhower / arduino-littlefs-upload

Build and uploads LittleFS filesystems for the Arduino-Pico RP2040, ESP8266, and ESP32 cores under Arduino IDE 2.2.1 or higher
MIT License
96 stars 9 forks source link

Activating extension 'arduino-littlefs-upload' failed #37

Closed mohdrais closed 1 month ago

mohdrais commented 1 month ago

Hello, I got "Activating extension 'arduino-littlefs-upload' failed" when try to "Upload LittleFS to Pico/ESP8266/ESP32" due to: Cannot find ..\arduino-littlefs-upload\out\extension.js'. Required ...\backend\plugin-host.js. There is no \out\extensions.js in the VSIX file but there is backend\plugin-host.js. By the way I am using Arduino IDE 2.3.2, Arduino-Pico V3.9.1 and window 11.

mohdrais commented 1 month ago

THank you. It worked.

On Sat, Jun 8, 2024 at 11:08 PM Earle F. Philhower, III < @.***> wrote:

Closed #37 https://github.com/earlephilhower/arduino-littlefs-upload/issues/37 as completed.

— Reply to this email directly, view it on GitHub https://github.com/earlephilhower/arduino-littlefs-upload/issues/37#event-13088701744, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBMQ22IUTY7MVSVGCQ2LE3ZGMM57AVCNFSM6AAAAABI2FQE2OVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGA4DQNZQGE3TINA . You are receiving this because you authored the thread.Message ID: <earlephilhower/arduino-littlefs-upload/issue/37/issue_event/13088701744@ github.com>

earlephilhower commented 1 month ago

Thanks for the update!