Replies: 1 comment 2 replies
-
Looks like a duplicate of microsoft/vscode-cmake-tools#2940. We will address it from the CMake angle first. If it turns out we are sending the correct configuration and still getting squiggles, we can open a cpptools issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Flutter Linux project, it uses g_autoptr macro everywhere. Everyone can reproduce the issue by creating a new flutter project for linux platform and check main.cc in linux directory.
I open the project with VSCode and configure it with CMakeTools > Configure.
Intellisesense works fine except that it shows red squiggles for g_autoptrmacro. When I jump to the source code, it greyed out. Even though it seems error in VSCode, it compiles successfully using flutter build linux
I have no experience with C/C++. Hence my assumption is that Intellisense doesn't pass the same definition as the build or something that result in g_autoptrunrecognized or greyed out.
Beta Was this translation helpful? Give feedback.
All reactions