New Projects for ESP32-IDF does not provide main.c

It’s not a big deal, but inconsistent. When starting a ESP32 project for Arduino it creates a main.cpp file which has of course void setup() & void loop() in it.

When creating a new project for the ESP-IDF, it does not create a bare bones main.c file like it does for
Arduino.

Please file a feature request here Issues · platformio/platform-espressif32 · GitHub