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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
When go.inferGopath is on, the current behavior is that if you run:
% code src
Then the GOPATH is inferred. However, if you run:
% code .
Then it isn't. If src is not found in any parent directory, then it would be nice if it also checked if there is a child folder named src as well. This would allow the same workspace to be used to edit sibling directories of src.
(In my particular case, I have src and doc as siblings in the same repo and it would be nice to see both in the same window.)
When
go.inferGopathis on, the current behavior is that if you run:Then the GOPATH is inferred. However, if you run:
Then it isn't. If
srcis not found in any parent directory, then it would be nice if it also checked if there is a child folder namedsrcas well. This would allow the same workspace to be used to edit sibling directories ofsrc.(In my particular case, I have
srcanddocas siblings in the same repo and it would be nice to see both in the same window.)