eclipse / lsp4e

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

[#1045] replace removed FileUtil.transferStreams #1046

Closed ghentschke closed 1 month ago

ghentschke commented 1 month ago

with transferTo method.

fixes #1045

mickaelistria commented 1 month ago

Thank you!