In VSCode, when using Copilot with C++ code but C_Cpp.intelliSenseEngine is disabled, it shows a warning popup but it still works #131961
-
Select Topic AreaBug BodyWe are using the When we have the Copilot extension enabled, if I start typing code it pops up a warning "IntelliSense-related commands cannot be executed when 'C_Cpp.intelliSenseEngine' is set to 'disabled'". If I disable the Copilot extension, the warning is not displayed. Despite this warning, as far as I can tell Copilot seems to be working - it displays suggestions that I can tab-complete, and I see that there is an option to disable ALL info/warning messages from the C/C++ extension, but since we still using it for debugging I don't want to do that. This message is displayed the first time you type code in a window, and displayed again every time you reload the window. I know that Copilot didn't always do this, so I went back and installed previous versions of the v1.186.0 (and later versions) - does cause this warning popup I've tried both VSCode 1.90.2 and 1.91.1 and it happens in both. I set the log level to 'Trace', but do not see anything interesting in the Output of the "Github Copilot" or "C/C++" extensions. I do see this in the "Extension Host (Remote)" Logs when the error is encountered:
I assume Copilot is the extension trying to call the Version: 1.91.1 (user setup) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting this! I've opened a PR with a fix in the cpptools repo. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting this! I've opened a PR with a fix in the cpptools repo.