-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c/c++ ext error #128
Comments
@sridmad Please investigate. Thanks |
This should be fixed in the next release (cpp extension version 0.9.0) using VSCode version 1.4. If it still repros for you at that time please reopen this bug. |
I am using VSCode 1.5.3 and cpp extenion version 0.9.2, "The C/Cpp Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted." message appear. |
@jgoshi This looks like it is still an issue. |
So I tried to install previous version of VSCODE(1.5.0), but same issue occurred. |
More repro details would be great, since we can't repro this. Do you just open a folder? Any folder? One thing we could do in the future is to add more enable/disable settings so users can turn off functionality that is potentially crashing. Also, what is your OS? You may be using an unsupported OS. |
OS: windows 10(14393.222) |
Yes, this is a known issue with using a newly created, unsaved file. You should save the new file to workaround this bug. Opening the folder the file is saved at would also be recommended. |
There is no new unsaved files. |
When I switch to C/C++, this still happen |
VSCode 1.7.2 |
VSCode 1.7.2 |
Bug still exists. Workaround: Works only when file is saved. |
This bug doesn't seem to repro with 0.10.3. |
From @amither on August 4, 2016 5:13
Steps to Reproduce:
1.install c/c++ ext
2. in my c++ project , error info : The C/Cpp Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.
Copied from original issue: microsoft/vscode#10111
The text was updated successfully, but these errors were encountered: