-
I'm using Go plugin with mise. When using mise-vscode with the Go plugin, the Go plugin tries to install Go language server, but the below error occurs:
The mise supports auto-setup for go workspace like |
Beta Was this translation helpful? Give feedback.
Answered by
hverlin
Apr 12, 2025
Replies: 1 comment 5 replies
-
I'm currently using with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@134130 I am not able to reproduce the issue.
I have tried in a fresh Ubuntu VM and could not reproduce the issue. The environment variables are set by
mise
automatically. It should also configure the VSCodesettings.json
file with the correct path togo
.There are two cases:
go
installed. In this case, even if you installgo
with mise, thego
extension won't be usable until you either relaunch VSCode (or use thereload window
action). After reloading VSCode, it then works properly.go
before opening VSCode. In this case, it will work directly. This is how I have described it here: https://hverlin…