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
Hi, I ran into a problem with VSCode's use of gopkgs, that in the end boiled down to me having a single folder in my gopath in which my user did not have read access (docker mounts do strange things).
Using gopkgs resulted in an error:
$ gopkgs -format {{.Name}}
open /<$GOPATH>/src/<folder>: permission denied
This is fine as far as errors go, as I could easily delete the folder and fix it, but I'm wondering if this couldn't be a warning and gopkgs could continue with a best effort search and skip over this folder?
The text was updated successfully, but these errors were encountered:
Hi, I ran into a problem with VSCode's use of
gopkgs
, that in the end boiled down to me having a single folder in my gopath in which my user did not have read access (docker mounts do strange things).Using
gopkgs
resulted in an error:This is fine as far as errors go, as I could easily delete the folder and fix it, but I'm wondering if this couldn't be a warning and
gopkgs
could continue with a best effort search and skip over this folder?The text was updated successfully, but these errors were encountered: