Making Global Tasks in VS Code

后端 未结 4 1293
孤独总比滥情好
孤独总比滥情好 2021-02-03 17:58

Is there a way to make \"global\" tasks, or do I always need to copy the same tasks.json into every project directory. VSCode seems to require that the task be in a .vscode dire

4条回答
  •  梦毁少年i
    2021-02-03 18:53

    Feature is now supported in VSCode-Insiders version, just create a tasks.json where settings.json is located. (On windows it's "AppData\Roaming\Code - Insiders\User") Global tasks will be overwritten if project's tasks.json exists.

提交回复
热议问题