-
Notifications
You must be signed in to change notification settings - Fork 120
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
Intellisense only partially works when working on CUDA files #709
Comments
Please attach clangd logs as instructed in the issue template. |
Sorry, I updated the issue |
Could you add |
Here it is
|
Based on the log, it looks like the I tried reproducing the issue locally but couldn't, so I don't have any specific ideas, but one direction of investigation I would suggest is to open |
Note that When I |
Interesting. I do see in the log that it's not included in the As I can't reproduce the issue myself, I'm not sure how to investigate further. Maybe someone else has ideas. |
When trying to write code in a
.cu
file the Intellisense only partially works, for example if I try compile this code as a.cpp
file then every header is correctly recognized and quick fixes workBut when I try to write the same code in a
.cu
file the C++ standard libraries are not picked up anymore.I am compiling with CMake with the CMAKE_EXPORT_COMPILE_COMMANDS set to ON.
In
.vscode/settings.json
I have setso that clangd picks up the C++ std library in
.cpp
filesLogs
The text was updated successfully, but these errors were encountered: