eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
61 stars 54 forks source link

LSP Folding strategy is not used #912

Closed ghentschke closed 6 months ago

ghentschke commented 7 months ago

Due to a bug in org.eclipse.ui.internal.genericeditor.folding.IndentFoldingStrategy the org.eclipse.lsp4e.operations.folding.LSPFoldingReconcilingStrategy is not properly used in the generic text editor. The bug was introduced by commit and should be fixed by this PR

ghentschke commented 6 months ago

Can be closed as this PR has been merged. It works now as expected.