vscode-circuitpython
vscode-circuitpython copied to clipboard
Match newer Pin strings like those on MetroESP32S2
With the old regex the pins on the esp32s2 didn't get added to the stubs, see: https://github.com/adafruit/circuitpython/blob/main/ports/espressif/boards/adafruit_metro_esp32s2/pins.c
This commit fixes that behavior.