redhat-developer / redhat-developer/vscode-java
Provide a way to install Java.next Beta support
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
We now know how to build jdt.ls with Java 14 support (See eclipse/eclipse.jdt.ls#1363 and #1300), what we need next is a way to enable/disable that support dynamically.
The idea is to provide a command that will install Java 14 support. That command will basically download a patched version of jdt.ls onto the user's machine, if necessary, unzip it, and launch it.
A "disable" command will simply reconfigure vscode-java to launch the regular jdt.ls.
The download url can be set inside package.json, so we can then remove it when not needed, depending on the release of vscode-java and the availability of a new Java.next support.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先阅读 package.json,然后追踪 vscode-java 当前如何启动 jdt.ls。围绕已配置的下载 URL 实现安装和禁用命令,包括下载、解压和启动行为。完成的标准是用户可以切换到 Java 14 支持,并返回常规的 jdt.ls。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- developer-experience, devtools, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100