I am trying to use Visual Studio Code with the arduino extension, so far I managed to set it up, but the "Select Programmer" button on VSC is not giving any option.
I have the 1.8.15 installed and the Arduino extension v.0.4.3
I don't have any experience with the VS Code extension, but I notice you have the ESP8266 Arduino boards platform in your additional URLs and that the ESP8266 boards platform does not define any programmers: https://github.com/esp8266/Arduino/blob/master/programmers.txt
So at least in the official Arduino IDE and Arduino CLI, it is normal and expected that no programmers are listed for the ESP8266. You can either upload to these boards over the serial port or else OTA if using the standard Arduino IDE (Arduino CLI doesn't have the network ports support yet). But maybe "programmer" has a different meaning in the VS Code extension. or maybe you're using a board that does have programmers.
should I add something like "programmer": "AVRISPmkii", in the .json?
Thanks your your help! i really like the new forum!! For the ones that do not have a strong IT background is very encouraging finding someone to ask...
Unfortunately, as I mentioned before I don't have any experience with the VS Code extension. I'm glad it exists, and am especially happy that they are integrating Arduino CLI now rather than solely relying on Arduino IDE, but I have enough trouble keeping up with the Arduino IDE, Arduino IDE 2.x, Arduino CLI, and Arduino Web Editor without adding another development platform to my plate (though I do use VS Code all day every day for general development work).
So I'm not well equipped to answer your questions. I'm certain we have other forum members who are experienced with the VS Code Arduino extension though.
I just had the same situation but was able to solve it.
I couldn't even select a Board.
So you need an Arduino plugged in (UNO in my case) and you have to look up it's COM port.
then you need to change the port in the arduino.json file.
after that you click "show board config" and select your board.
Now the "select programmer" option should work.
I am by no means an Expert I^m just stating how it worked in my case.