I am using the C/C++ extension in visual studio code. I have been getting this error "The language server crashed 5 times in the last 3 minutes. It will not be restarted." for the last 1 week. I have tried to fix it using various versions of the C/C++ extension. Could anybody help me out, please?Screenshot
Asked
Active
Viewed 4,512 times
1
-
use less extensions :-) – Jeffrey May 29 '22 at 15:31
-
Upgrade all extensions? Still crash? (No: done!) Disable all extensions. Does it still crash? (Yes: reinstall.) Enable half of the extensions. Does it still crash? (Yes: repeat with those extensions. No: repeat with the other half.) Isolate the problematic extension(s), assuming one-or-more of them is having issues, or inter-conflict. – Eljay May 29 '22 at 15:39
-
2@Eljay vs code even has a feature to do exactly that for you https://code.visualstudio.com/blogs/2021/02/16/extension-bisect – Alan Birtles May 29 '22 at 15:42