eclipse / lsp4e

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

Build fails against Eclipse main due to removed FileUtil.transferStreams #1045

Closed ghentschke closed 1 month ago

ghentschke commented 1 month ago

Due to this change in the internal FileUtil class, LSP4E cannot be build against the current Eclipse main branch, because the method FileUtil.transferStreams has been removed.