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
Hello,
in my CMakeList i have this configuration: set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -D__FILENAME__='\"$(notdir $(abspath $<))\"'")
I can build applicaiton with gcc 10. In PROBLEMS section i see "errors" with missing end quoting ". This is due to you parser is reading above option as "$(notdir.
Disabling this worked "C_Cpp.errorSquiggles". But is it the only option? Are you able to support this case better?