opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix: prevent jdtls path checks from throwing

Open T1mn opened this issue 1 week ago • 1 comments

Summary

  • add a pathExists helper for JDTLS setup
  • replace fs.promises.exists calls to avoid TypeError at runtime
  • keep JDTLS download and launcher validation working for Java LSP startup

Notes

  • This is a defensive guard; no current breakage observed, but it prevents runtime errors if the migration hits missing paths.

T1mn avatar Jan 06 '26 06:01 T1mn