We are using Microsoft Visual Studio Code on MacOS. There is a file "launch.json" which controls the behavior of a little clicky green triangle. The top of launch.json says "version": "0.2.0".
This documentation file:
https://code.visualstudio.com/docs/csharp/debugger-settings
Claims when "type" is "dotnet", you may use a "cwd" key to specify the CWD of the run executable. However, for us, this does not work. Visual Studio displays an error on that part of the JSON, and running it, the "cwd" directory seems to be ignored.
Why?