<p>We are using Microsoft Visual Studio Code on MacOS. There is a file &quot;launch.json&quot; which controls the behavior of a little clicky green triangle. The top of launch.json says &quot;version&quot;: &quot;0.2.0&quot;.</p><p>This documentation file:</p><p><a href="https://code.visualstudio.com/docs/csharp/debugger-settings" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">code.visualstudio.com/docs/csh</span><span class="invisible">arp/debugger-settings</span></a></p><p>Claims when &quot;type&quot; is &quot;dotnet&quot;, you may use a &quot;cwd&quot; 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 &quot;cwd&quot; directory seems to be ignored.</p><p>Why?</p>
Attached image 0
Reply