I have created a launch.json to supply a cmdline argument to a program.
If I click the "debug" overlay here, the program shows the usage help, meaning that the arguments were empty
If I click "Start debugging" in the "Run" menu, it works as expected.
I feel I am missing some pieces of the puzzle... what I am doing wrong?