VS代码|编译文件位置

时间:2019-03-11 10:33:35

标签: file visual-studio-code location vscode-settings compiled

  • VSCode版本:1.32.1
  • 操作系统版本:Windows 10(1809)x64 ZH

复制步骤:

  1. 编译
  2. 检查

最近,我的游戏模式发生了一些变化,当我编译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
    },

0 个答案:

没有答案