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