-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unknown content-type with id: lng.cpp #224
Comments
Could you please provide a Java stack trace? |
Wich CDT and Eclipse version do you use? |
I tried several versions. The same error is generated in both cases. |
Thank you for the details! I've a few more questions to reproduce the error:
I don't think that it has something to do with the clang 17 compiler, since it's an editor issue in the cdt-lsp plugin. |
I think I found the reason. The cdt-lsp project depends on the TM4E project. I think we can remove the |
Can you please tell me which tm4e version do you use? |
The issue happens immediately after start of the eclipse.
No word completion and no content assist hints are shown.
You are welcome to rename the issue accordingly. |
Since this eclipse-tm4e/tm4e#500 lsp4e issue has been closed by this platform fix: eclipse-platform/eclipse.platform#151 we can now remove the contentTypeBinding to the lsp4e C++ content type definition. fixes eclipse-cdt#224
Since this eclipse-tm4e/tm4e#500 lsp4e issue has been closed by this platform fix: eclipse-platform/eclipse.platform#151 we can now remove the contentTypeBinding to the lsp4e C++ content type definition. fixes eclipse-cdt#224
Since this eclipse-tm4e/tm4e#500 lsp4e issue has been closed by this platform fix: eclipse-platform/eclipse.platform#151 we can now remove the contentTypeBinding to the lsp4e C++ content type definition. fixes eclipse-cdt#224
@ghentschke Did you realise the Git flow failure?: https://github.com/eclipse-cdt/cdt-lsp/actions/runs/7437200433 Invalid workflow file: .github/workflows/licensecheck.yml#L16 |
Yes, thank you. I've opened a PR for that. |
Since this eclipse-tm4e/tm4e#500 lsp4e issue has been closed by this platform fix: eclipse-platform/eclipse.platform#151 we can now remove the contentTypeBinding to the lsp4e C++ content type definition. fixes #224
Clang-17 seems to be incompatible with CDT-LSP 1.0.0.202309182153;
I observe following message in the error:
Plugin org.eclipse.cdt.lsp, extension org.eclipse.ui.editors: Unknown content-type with id: lng.cpp
The text was updated successfully, but these errors were encountered: