英文:
VScode hangs on startup
问题
在我启动 vscode 后,我遇到了这个错误。
在终端窗格中,看起来像是有一个循环写入数百个 PowerShell 提示。
然后过了一会儿,我收到了这个错误消息:
我已经重新启动过计算机,卸载了 vscode,清理了我的电脑,然后重新安装了 vscode。
我尝试在这里找到解决方案,但没有一个适用。
我还尝试过不使用扩展并删除了我的设置 JSON 文件以获取一个新的。
但错误仍然存在。
英文:
After I start vscode I get this error.
In the terminal pane, it looks like there is a loop writing hundreds of powershell prompts.
And then after a while, I get this:
I have Rebooted, uninstalled, cleaned my pc, installed vscode again.
I have tried to find solution here, but none apply.
I also have tried to start without extention and deleted my settings json file to get a new.
But the error is still there.
答案1
得分: 0
我解决了这个问题,移除了PowerShell 6.1的安装。我认为实际的VSCode版本1.82.2支持与默认的Windows PowerShell不同的PowerShell。
从VSCode的帮助中获取的完整版本信息如下:
版本:1.82.2
提交:abd2f3db4bdb28f9e95536dfa84d8479f1eb312d
日期:2023-09-14T05:55:25.390Z
Electron:25.8.1
ElectronBuildId:23779380
Chromium:114.0.5735.289
Node.js:18.15.0
V8:11.4.183.29-electron.0
操作系统:Windows_NT x64 10.0.19045
英文:
I resolved this issue removing installation of power shell 6.1.
I think actual VSCode version 1.82.2 does support power shell different from the default Windows power shell.
The complete version information from the help of VSCode is :
Version: 1.82.2
Commit: abd2f3db4bdb28f9e95536dfa84d8479f1eb312d
Date: 2023-09-14T05:55:25.390Z
Electron: 25.8.1
ElectronBuildId: 23779380
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.19045
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论