Mac VSCode 1.64、1.61 扩展主机意外终止
Mac OSX:10.15.7
VSCode:1.64.2
,然后尝试降级到 1.61.2
为了绕过这个问题,这就是我所做的,但没有成功:
- 清除编辑器历史记录
- 禁用所有扩展
- 删除所有扩展
- 从mac完全删除VSCode
- 重新启动/重新启动几次
- 确保我有“帮助:启动扩展 Bisect”
- 将节点版本升级到
16.14.0
- 清理了我机器上的更多空间
我所做的一切都无济于事。
请帮助如何解决这个问题。我无法将 vscode 恢复到我的机器上。
Mac OSX: 10.15.7
VSCode: 1.64.2
and then tried downgrading to 1.61.2
When Opening developer tools, this is what i find:
To bypass this problem this is what i have done but to no success:
- Cleared Editors History
- Disabled all extensions
- Deleted all extensions
- Completely removed VSCode from mac
- Restarted/rebooted several times
- Ensured I had "Help: Start Extension Bisect"
- Upgraded node version to
16.14.0
- Cleared more space on my machine
All this I did to no avail.
Please help how to solve this issue. I cannot get vscode back on my machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了这个问题的答案。我有一个使用 crontab 来终止节点实例的自动化脚本。
通过了解
SIGTERM
来了解这一点在这里发布了答案:
https://github.com/microsoft/vscode/issues/143623
Found the answer to this question.. I had an automated script using crontab to kill node instances.
Learned this by knowing about the
SIGTERM
Posted the answer here:
https://github.com/microsoft/vscode/issues/143623