【发布时间】:2020-08-27 05:02:22
【问题描述】:
我觉得这是一个非常微不足道的问题,我一生都无法弄清楚我的 VScode 发生了什么。
that the path is correct and try again.
At line:1 char:1
+ make
+ ~~~~
+ CategoryInfo : ObjectNotFound: (make:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command make was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\make". See "get-help about_Command_Precedence" for more details.
我只是想将两个文件一起编译以使它们工作。它们分别编译和执行,但是当我在 VS 的终端中使用“make”命令时,它会出现此错误。 我相信我的 makefile 设置正确,完全按照我的教授视频进行操作,并且它工作正常。
任何指针??
【问题讨论】:
-
指针?错误本身给你的指针怎么样?具体来说,
If you trust this command, instead type: ".\make".
标签: c++ visual-studio-code makefile command-line terminal