json 长生不老药的VS代码任务

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 长生不老药的VS代码任务相关的知识,希望对你有一定的参考价值。

// This is specific to "mix espec --focus".  This should probably be its own (not
// default) task.  Probably need completely different task for "mix test"?  Or
// define both and change the default?
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Run tests",
            "type": "shell",
            "command": "mix",
            "args": [
                "espec",
                "--focus"
            ],
            "group": {
                "kind": "test",
                "isDefault": true
            },
            "presentation": {
                "reveal": "always",
                "panel": "new"
            }
        }
    ]
}

以上是关于json 长生不老药的VS代码任务的主要内容,如果未能解决你的问题,请参考以下文章

VS 代码 - 隐藏 cpp 的构建/回显任务

在 Elixir 中将 Ecto 模型编码为 JSON

试图让调试器在VS代码中工作:C Lang

《把时间当做朋友》任务管理高手的进化论(下)

json VS代码设置JSON

从postDebugTask-VS Code中终止另一个任务