redhat-developer / redhat-developer/vscode-java
Refactor `activate()` to use `await`
未关闭
还没有人认领这个 Issue。
build/infra
debt
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
Refactor the activate function (main entry point to extension) to use await instead of promise chaining and promise constructors.
Why?
- The async logic is currently really hard to read
- The function is > 300 lines of code, and using
asynccould make it shorter - The function contains
asyncpromise executors, which are considered bad since they make error handling hard
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从扩展的 activate 入口点开始,检查其 promise 链和 promise 构造函数。将异步流程重构为趋向 issue 的 await 目标,然后运行项目现有的检查,以确认行为保持不变。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript, vscode
- 领域
- devtools
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100