Skip to content

Commit

Permalink
Remove doubled language configurations
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ghentschke committed Mar 8, 2023
1 parent b4f87cf commit 97c09fd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 23,226 deletions.
1 change: 1 addition & 0 deletions bundles/org.eclipse.cdt.lsp/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.lsp4e,
org.eclipse.tm4e.ui,
org.eclipse.tm4e.languageconfiguration,
org.eclipse.tm4e.language_pack,
org.eclipse.ui.genericeditor,
org.eclipse.ui.editors,
org.eclipse.ui.ide,
Expand Down
Loading

0 comments on commit 97c09fd

Please sign in to comment.