You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
...,""
],
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: