Open Voidless7125 opened 1 month ago
@Voidless7125 Your logging doesn't indicate that you've opened a file. Can you add the logging that occurs after you open a file?
Oh sorry about that, I'll get the logs as soon as I can, it will take ~1.5h because I can't access my computer in my cyber security class. I will recreate this and open a file at home.
Hey @sean-mcmanus, this issue might need further attention.
@Voidless7125, you can help us out by closing this issue if the problem no longer exists, or adding more information.
Environment
Bug Summary and Steps to Reproduce
Bug Summary: When using Clang 18 or 19, intelasense refuses to see printf as defined. This will happen using any version of C++ intel sense. (With
"cStandard": "gnu23", "cppStandard": "gnu++23",
) or any version like C17, C11, etc.Steps to reproduce:
Configuration and Logs
Other Extensions
C++, Makefile tools, are the ones I have left on, I disabled all other ones, but it made no effect.
Additional context
No response