I debug Go programs in Visual Studio Code. How can I add the -race
argument in launch.json file?
I add config in launch.json like below, but it doesn't work.
"args": ["-race"]
I debug Go programs in Visual Studio Code. How can I add the -race
argument in launch.json file?
I add config in launch.json like below, but it doesn't work.
"args": ["-race"]