You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching an app from the command line from Windows doesn't work at the moment.
We should look into figuring out how to do this.
One complexity is that .NET handles "dotnet run" by doing something like executing "$RunCommand $RunArguments" (we can't execute a custom target). (now we can)
One idea around this would be to just execute dotnet again and specify the custom target (which would remote to the the Mac), so something like this:
Launching an app from the command line from Windows doesn't work at the moment.
We should look into figuring out how to do this.
One complexity is that .NET handles "dotnet run" by doing something like executing "$RunCommand $RunArguments" (we can't execute a custom target).(now we can)One idea around this would be to just execute dotnet again and specify the custom target (which would remote to the the Mac), so something like this:
See also #12459.
The text was updated successfully, but these errors were encountered: