How to configure intellisense for msys2's GCC #13396
-
I've set my configuration by hand through the properties file, but the inline suggestions in the editor still tell me that I should run the I was wondering if there is anything I'm missing here? Is there a proper way of configuring intellisense for my platform? It's worth mentioning that the inline suggestions don't seem to be missing anything in particular and work correctly as far as I can tell. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This most likely means that our extension is failing to query your compiler. If you could share some logging information with us, we should be able to see what is going wrong.
Note that there will be file paths in this logging, so if any of that information is sensitive, please redact it before sharing. |
Beta Was this translation helpful? Give feedback.
On a side note. I don't have msys2's UCRT64 environment added to my path, so after overthinking it a bit I decided to add it and see if that gets rid of the issue, and lo and behold it did!
This does seem like odd behavior, as I don't see why it would need to be in the system/user path, when the directory is given implicitly through the compiler's path.