This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
Using vscode-go from multiple user accounts clashes on /tmp/go-code-check #1829
Labels
Comments
What do you suggest we do instead? |
Option 1: generate a random subdirectory, see
https://golang.org/src/io/ioutil/tempfile.go?s=2138:2195#L66
Option 2: include the UID in the temp file name.
…On 8 August 2018 23:19:51 Ramya Rao ***@***.***> wrote:
What do you suggest we do instead?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks for logging this issue @lmb and Thanks for the PR @rikkuness! Your fix is now available in the latest update (0.6.86) to the Go extension |
Thank you both for the quick fix!
…On 13 August 2018 23:28:28 Ramya Rao ***@***.***> wrote:
Thanks for logging this issue @lmb and Thanks for the PR @rikkuness! Your
fix is now available in the latest update (0.6.86) to the Go extension
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce:
I believe this is due to https://github.com/Microsoft/vscode-go/blob/a1b8648a0b2ef5858669fa648a438f79c668f256/src/goBuild.ts#L59 assuming that TMP is exclusive to a user, which isn't the case on a default Ubuntu install.
The text was updated successfully, but these errors were encountered: