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
If I open up a Go program, and attempt to run it via Debug, Run without Debugging, I get:
This is quite unintuitive, as most people would expect the program to run if you went to Debug, Run =).
I know there's a workaround, by using Tools, Run Command to manually run things like go run %F (although the PATH for this is also weird), however, it'd be neat if there was integrated support for running Go programs.
The text was updated successfully, but these errors were encountered:
If I open up a Go program, and attempt to run it via Debug, Run without Debugging, I get:
This is quite unintuitive, as most people would expect the program to run if you went to Debug, Run =).
I know there's a workaround, by using Tools, Run Command to manually run things like
go run %F
(although the PATH for this is also weird), however, it'd be neat if there was integrated support for running Go programs.The text was updated successfully, but these errors were encountered: