-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove doubled language configurations #28
base: master
Are you sure you want to change the base?
Conversation
The build fails, because Maybe we should do the removal later. |
97c09fd
to
7121f37
Compare
BTW, when working on TM4E I saw that the language_pack is now out of date in TM4E. I provided an update in eclipse-tm4e/tm4e#501 but I haven't verified if that solves/improves this issue. |
No, I don't think so. I hope that there is still a |
06536d0
to
9419729
Compare
Since org.eclipse.tm4e.language_pack comes along with CDT the org.eclipse.lsp plug-in does need to hold language configuration files any more. There is one drawback: the language configuration definitions e.g. autoClosingPairs does not work for C++ standard header files without file extension.
9419729
to
90e35dc
Compare
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<repository location="https://download.eclipse.org/lsp4e/releases/0.20.5/" /> | ||
<repository location="http://download.eclipse.org/lsp4e/snapshots/" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider using https
@ghentschke is it still relevant? |
I am not sure. I want to take a closer look at this PR when we have released cdt-lsp 2.0. |
Since org.eclipse.tm4e.language_pack comes along with CDT the org.eclipse.lsp plug-in does not need to hold language configuration files any more. There is one drawback: the language configuration definitions e.g. autoClosingPairs does not work for C++ standard header files without file extension.