复制步骤:
最近,我的游戏模式发生了一些变化,当我编译PWN文件时,AMX(已编译)文件被移动到了根文件夹,而不是gamemodes文件夹。
图片:https://github.com/Microsoft/vscode/issues/70151
有没有解决办法?本机编译器在正确的位置创建编译的文件。
tasks.json:
"type": "shell",
"args": ["${relativeFile}", "'-(+'", "'-;+'", "-d3"],
"windows":
{
"command": "${workspaceRoot}\\pawno\\pawncc.exe"
},
"group":
{
"kind": "build",
"isDefault": true
},