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
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.