PowerShell / PowerShell/PowerShellEditorServices

Handle Misc default Requests - i.e. initialize, cancelRequest

未关闭
#602 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先定位 issue 中提到的 VSCode language-server 消息 cancelRequestinitialize 的请求处理代码。确定其他请求目前如何产生警告,然后验证这两个请求在没有这些警告的情况下得到处理,并验证取消操作是否按预期改善了性能。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, vscode
领域
backend-api-design, devtools
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
28/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。