【发布时间】:2020-08-01 07:31:14
【问题描述】:
我试图编译一个程序,但终端没有打开。
error:The terminal process failed to launch: Starting directory (cwd) "D:\vs code\march long 2020" does not exist.
这家伙有同样的错误,但弹出窗口不同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
【问题讨论】:
-
你是从哪里编译的?.from vs code 终端还是你系统的终端?
-
你能补充更多细节吗?
-
@Maghilvannan 来自我编译的 Vs 代码
-
@Piyush 不管我提到了兄弟,我无法添加图片,所以发布了一个与我的错误相同的图片链接。 link
-
分享vscode的设置(JSON)文件。