-
Notifications
You must be signed in to change notification settings - Fork 5
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
Extension/LSP crashing after renaming and deleting the C family lang files #10
Comments
EmranMR
changed the title
Extension/LSP crashing after renaming
Extension/LSP crashing after renaming the file
Sep 27, 2023
I'm assuming that SourceKit-LSP for you would be coming from Xcode. What version of Xcode is set as your active version? Also, are you on macOS Sonoma? We've had a couple reports that the version shipped with the GM of Xcode 15 might be having crashing issues, but I'm still investigating. |
Further Update:
|
EmranMR
changed the title
Extension/LSP crashing after renaming the file
Extension/LSP crashing after renaming and deleting the C family lang files
Sep 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
There is a bug (maybe two see below) with the extension that crashes after renaming a file.
1. The Crash:
To replicate:
test.cpp
2. Post Crash Issues for example auto importing header files not working.
.cpp
file with justin main()
in it. (no header files)std::cout
the<iostream>
is not added automatically<stdlib.h>
try again and you see it finds thestd
but the auto import is unpredictable unless you manually import theiostream
iostream
manually. You can remove and give it a shot and you will see as soon as you typestd::cout
it just imports them for you.The text was updated successfully, but these errors were encountered: