-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
C/C++ IntelliSense code Analizer can't find Include directory of SDCC.
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",
...,
""
],
Metadata
Metadata
Assignees
Labels
No labels