I've created an Asp.Net
project on visual studio (windows) and I want to make some changes and run the solution on VScode for Mac... can I do that? I have installed .net and stuff. I have tried typing my app path on launch.json
file:
"program": "${workspaceRoot}/bin/Debug/myproject.dll"
,
but is not working. I know this may be a quite silly question but I have been trying to do this since 2 days ago and run in a little stressed.