Attaching DAW for debugging in vscode

I found a way to get the debugging with a host DAW running thanks to the following post:

Then I just replaced this line:

"program": "${command:cmake.launchTargetPath}",

with

"program": "/Applications/Ableton Live 10 Suite.app",

for debugging with Ableton on MacOS for example.

Still I am wondering if I really need to write a new launch.json file, when I start a new project or if there is a more elegant possibility?