Skip to content

Commit

Permalink
(MSDKGen) Load MSYS2 before native windows Make
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Oct 6, 2023
1 parent 54922aa commit 762484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/MAX32655/Hello_World-riscv/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"terminal.integrated.env.windows": {
"Path":"${config:OCD_path};${config:ARM_GCC_path}/bin;${config:xPack_GCC_path}/bin;${config:Make_path};${config:MSYS_path}/usr/bin;${env:PATH}",
"Path":"${config:OCD_path};${config:ARM_GCC_path}/bin;${config:xPack_GCC_path}/bin;${config:MSYS_path}/usr/bin;${config:Make_path};${env:PATH}",
"MAXIM_PATH":"${config:MAXIM_PATH}"
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
Expand Down

0 comments on commit 762484c

Please sign in to comment.