microsoft / microsoft/TypeScript-Sublime-Plugin
BrokenPipeError: [Errno 32] Broken pipe
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.7k
- 派生
- 236
- 平均合并
- 21 天 13 小时
- 30 天内合并 PR
- 1
描述
I see this error in console on editor startup:
.neovintageousrc file loaded
Exception in thread Thread-2:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/Users/rnd/Library/Application Support/Sublime Text 3/Packages/TypeScript/typescript/libs/node_client.py", line 146, in monitorPostQueue
self.server_proc.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe
Is this a package bug?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 TypeScript/typescript/libs/node_client.py 中 traceback 的位置开始,尤其关注 monitorPostQueue 和 server_proc.stdin.flush() 调用。在编辑器启动期间复现该错误,并检查报告中的进程和管道生命周期;完成的标准是确定该 package 是否导致 BrokenPipeError,并记录已确认的行为或所需的更改。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, typescript
- 领域
- developer-experience, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100