We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
platform: win11
command: python pico_project.py --gui and "Create VSCode project" is checked.
line 10 in c_cpp_properties.json:
"compilerPath": "C:\Program Files\Raspberry Pi\Pico SDK v1.5.1\gcc-arm-none-eabi\bin\arm-none-eabi-gcc.EXE",
currently I just modify '\' to '\\' and everything is ok
The text was updated successfully, but these errors were encountered:
Duplicate of #67 ? ping also @ndabas as it looks like you're using the Windows Pico Setup program.
Sorry, something went wrong.
yes same as #67 and I'm using Windows Pico Setup program.
if I use 'update_vscode_json_to_sdk1_5' branch, compilerPath is ok.
No branches or pull requests
platform: win11
command: python pico_project.py --gui and "Create VSCode project" is checked.
line 10 in c_cpp_properties.json:
currently I just modify '\' to '\\' and everything is ok
The text was updated successfully, but these errors were encountered: