The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
Mozilla Public License 2.0
129
stars
16
forks
source link
FIX #73, cd command need '/d' option on Windows (cmd.exe). #74
Closed
pxysource closed 2 months ago
When using cmd.exe on Windows, if you need to switch to a different drive path ("c:\" to "d:\"), you need to use the '/d' option.
Otherwise, the following command could fails to execute:
cd path && git submodule update --init
.cd path && git rev-parse HEAD
.cd path && git sparse-checkout set --cone
.cd path && git sparse-checkout add
.