raspberrypi / pico-vscode

The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico
Mozilla Public License 2.0
129 stars 16 forks source link

Add git version check before using system git #93

Closed will-v-pi closed 1 month ago

will-v-pi commented 1 month ago

Check the git version is greater than 2.28.0 before using it, and throw an error on MacOS and Linux if the version is too low. On Windows it will download an up-to-date version instead and use that.

Fixes #87