C++ extension not working 1.10.5 #9443
VarunArora14
started this conversation in
General
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
1.10.x changed the mechanism we use to launch child processes, so it possible that change could be causing this issue for a subset of users. We're tracking this with #9431 . Can you check if "C/C++: Run Code Analysis on Active File" also generates some sort of failure message, since it also involves creating a child process (I assume it would)...although it's possible it may silently fail depending on how we handle that error condition. |
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
-
I was doing my code in C++ but today it updated VS Code and C++ extension and it is not working, The Output tab says unable to spawn Intellisense and gives the below error.
Problems Tab
Output Tab for C++
Whenever I press ctrl+s it gives this on Output Tab -
Going back to 1.9.8 makes everything work as before but coming back to this breaks things again. Kindly fix this.
Beta Was this translation helpful? Give feedback.
All reactions