📌  相关文章
📜  终端进程无法启动:shell 可执行文件“dotnet”的路径不是文件或符号链接. - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:20.449000             🧑  作者: Mango

代码示例1
In tasks.json file, edit the line:
"command": "dotnet"

To:
"command": "/usr/bin/dotnet"

Tested on Linux Mint 20.2