PowerShell / PowerShell/PowerShellEditorServices
Handle Misc default Requests - i.e. initialize, cancelRequest
未关闭
还没有人认领这个 Issue。
Area-Language Server
Issue-Bug
- 主要语言
- C#
- 星标
- 767
- 派生
- 266
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 1
描述
We are getting Warnings thrown for not handling misc Requests that, it would seem, VSCode itself sends. We should handle these Requests.
So far we've seen:
cancelRequest
initialize
The cancelRequest one would be good for perf for sure.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 issue 中提到的 VSCode language-server 消息 cancelRequest 和 initialize 的请求处理代码。确定其他请求目前如何产生警告,然后验证这两个请求在没有这些警告的情况下得到处理,并验证取消操作是否按预期改善了性能。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, vscode
- 领域
- backend-api-design, devtools
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 28/100