VSCode default build tasks.json

Hej,

I know it’s not really haxe related but does anyone succeed in setting a global tasks.json which launch the active configuration (CTRL+SHIFT+B) ?
By global tasks.json I mean not this one created and put in every workspace (.vscode dir) but this one in $HOME/.config/Code/User/tasks.json (on LInux) which would be available for every projects ?

From all I’ve read, it’s an option brought in VSCode since v2.0.0 but the json seems to be a bit different form this one for workpace (only command and process options are available)

BTW I found a solution to have a kind of “global” lauch.json : Global launch.json option · Issue #18401 · microsoft/vscode · GitHub
Just copy the launch config into the global settings.json