gpt4 book ai didi

visual-studio-code - Visual Studio(VS代码)代码终端无法启动

转载 作者:行者123 更新时间:2023-12-03 16:44:58 32 4
gpt4 key购买 nike

我试图编译一个程序,但是终端没有打开。
错误:终端进程无法启动:起始目录(cwd)“D:\vs code\march long 2020”不存在。
这个人有相同的错误,但弹出窗口不同link
以下是我的vscode的JSON文件

{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"C_Cpp.updateChannel": "Insiders",
"files.autoSave": "afterDelay",
"java.saveActions.organizeImports": true,
"window.zoomLevel": 0,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.windowsEnableConpty": false,
"json.schemas": [

]
}
请参阅此链接以获取完整的错误描述,我编写了代码,进行了编译并得到了错误消息。
link

最佳答案

与我将VS Code中的默认Shell更改为Powershell时存在相同的问题。在我的情况下,由于公司管理员的原因,powershell被阻止。
此设置打破了我的终端窗口:
enter image description here
之后,我无法再次打开终端。
要再次将CMD设置为默认值,我必须在VS Code设置中更改路径:

  • 打开“首选项”>“设置”(CTRL +,)
  • 搜索terminal.integrated.shell.windows

  • enter image description here
  • 单击Edit in settings.json
  • 设置CMD路径"terminal.integrated.shell.windows": "C:\\windows\\System32\\cmd.exe",

  • enter image description here
    现在终端应再次打开。这不是使Powershell在VS Code中工作的修补程序,而只是还原终端窗口的指南。

    关于visual-studio-code - Visual Studio(VS代码)代码终端无法启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63202834/

    32 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com