Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot open source file ".... .h" #61

Open
Spider84 opened this issue Oct 15, 2024 · 0 comments
Open

cannot open source file ".... .h" #61

Spider84 opened this issue Oct 15, 2024 · 0 comments

Comments

@Spider84
Copy link

C/C++ IntelliSense code Analizer can't find Include directory of SDCC.
image
This warning can be fixed by Adding line in c_cpp_properties.json to includePath section.
But this file AUTO-GENERATED changes will be lost. How to add this line automaticly?

//
// !!! WARNING !!! AUTO-GENERATED FILE!
// PLEASE DO NOT MODIFY IT AND USE "platformio.ini":
// https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags
//
{
    "configurations": [
        {
            "name": "PlatformIO",
            "includePath": [
                "C:/Users/Spider/.platformio/packages/toolchain-sdcc/include",
                ...,
                ""
            ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant