How to have menuconfig in vscode using framework = arduino

Please help,

In platformio , the framework is arduino , how can i appear menuconfig.
Please

Hi @alikhan !
Please ask questions just once.

Menuconfig is for pure arduino framework projects not available. As the underlying ESP-IDF is precompiled by espressif, this would also makes no sense.

All you can do is a project with Arduino as component (framework = espidf, arduino) but that will be a bit more complicated to setup.

I never done this. But if you search for Arduino as Component you should find a few good results.

What’s the reason for you to change those settings?

I want to setup different things using menuconfig. it works for espidf extention but if i use platformio extention it is nor working.