redhat-developer / redhat-developer/vscode-java
Provide management of java requirements installed on file system to third parties
未关闭
还没有人认领这个 Issue。
build/infra
enhancement
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
in https://github.com/jboss-fuse/vscode-atlasmap , I would like to reuse the java requirements provided by https://github.com/redhat-developer/vscode-java/blob/master/src/requirements.ts as it is a very useful feature.
it would be nice to provide a way to consume it. Not sure what is possible exactly but I think 2 possibilities are:
- extract it in a specific npm module
- expose vscode-java in npm repository
Current Result
i duplicated the requirements.ts file
Expected Result
be able to declare a dependency withotu duplicating code
Additional Informations
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 vscode-java 中的 src/requirements.ts 以及使用它的 vscode-atlasmap 仓库,以了解重复的依赖项。确定发布或暴露此功能的受支持方式,然后验证 consumer 可以声明该依赖项,而无需复制 requirements.ts。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100