ESP32 upload stuff disappeared from PIO menu

This stuff disappeared:
タイトルなし

I need it. How can I get it back?

grafik

Which “Upload” stuff? pload firmware and upload fielsystem are all there.

This is what I have:
タイトルなし

What’s the platformio.ini? I’ve seen that happen when an older platform version is used.


platform = espressif32

board = esp32dev

framework = arduino

debug_tool = esp-prog

debug_init_break = tbreak setup

lib_deps =

    SD

    SPI

    Wire

    WiFi

    esp_now

    Arduino_JSON

    prenticedavid/MCUFRIEND_kbv

    arduino-libraries/NTPClient@^3.2.1

    esphome/ESPAsyncWebServer-esphome@^2.1.0

    adafruit/Adafruit GFX Library @ ^1.10.7

    https://github.com/adafruit/Adafruit_BusIO.git

    https://github.com/ImpulseAdventure/Arduino-TFT-Library-ILI9486.git```

Hm that’s not good. Reopening VSCode does not solve the problem?

It reappeared after reinstall.
Wanna start using SPIFFS.