However, the path ${userHome}/.pico-sdk/sdk/2.0.0/src/common/pico_base/include/pico.h doesn't exist. Although ${userHome}/.pico-sdk/sdk/2.0.0/src/common/pico_base_headers/include/pico.h does exist. Changing that line fixes a VS Code warning on that line. I imagine it also fixes IntelliCode further down the line, but I haven't tested, I just got started on this project.
Using SDK 2.0.0, the Pico VS Code extension generates the following
c_cpp_properties.json
:However, the path
${userHome}/.pico-sdk/sdk/2.0.0/src/common/pico_base/include/pico.h
doesn't exist. Although${userHome}/.pico-sdk/sdk/2.0.0/src/common/pico_base_headers/include/pico.h
does exist. Changing that line fixes a VS Code warning on that line. I imagine it also fixes IntelliCode further down the line, but I haven't tested, I just got started on this project.This is on macOS, if that makes a difference.