当我尝试使用 Monogame VsCode 扩展时,它无法正常工作

Monogame VsCode extension isn't working properly when I try to use it

我尝试使用 VsCode 扩展程序 monogame-pipeline-vscode,但它不起作用。没有文档,我无法弄清楚。我可以很好地安装它,但是当我右键单击要打开的 mgcb 文件,然后单击“在管道中打开”时,它不起作用。我需要先安装什么吗?

这是扩展程序的 ID:

abcdef.monogame-pipeline-vscode

首先,确保您已经安装了 Monogame 管道。您可以使用以下脚本安装 mgcb-editor 工具:

dotnet tool install --global dotnet-mgcb-editor
mgcb-editor --register

接下来,将 VS Code 的 setting.json 中的设置编辑为

"mgcb.pipelineToolPath": "mgcb-editor"

不用说,这将调用mgcb-editor命令以及*.mgcb文件的文件路径作为参数。如果您在其他地方安装了旧版本的管道工具,则需要相应地输入路径。