To answer myself:
I recently had more success with the
Pymakr Plugin for Visual Studio Code, the plugin works so far.
I reinstalled the Pymakr plugin and did not change anything in the default settings at first.
Then I searched for the corresponding COM port in the Windows Control Panel, which belongs to my ESP32 board.
Then I remembered the device description and switched back to Visual Studio Code.
Then I changed the manufacturer text of the virtual com port (in my case
Silicon Labs) in the first line of the global json configuration file under
autoconnect_comport_manufacturers, so this part of the json file looks like this now:
Code: Select all
"autoconnect_comport_manufacturers": [
"Silicon Labs",
"Pycom",
"FTDI",
"Microsoft",
"Microchip Technology, Inc."
]