-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to disable ASDF_GOLANG_MOD_VERSION_ENABLED
#123
Comments
@MPV make sure that line is the top of your I had mine below the asdf init and it wasn't working. |
I'm having a similar problem. Placing
Any ideas? |
Apologies for the last message, but I think I'll leave it in case someone runs into the same issue. Here's how I resolved it. Note that this only applies to the Fish shell. Two options:
I like option 1 better because it keeps asdf configuration in one place, the |
Describe the bug
I have disabled
ASDF_GOLANG_MOD_VERSION_ENABLED
, but still getting the notice when starting my shell.To Reproduce
Steps to reproduce the behavior:
export ASDF_GOLANG_MOD_VERSION_ENABLED=false
in the shell's configs (.zshrc
/equivalent).Expected behavior
I should be able to disable the
go.mod
version detection (and just use.tool-versions
for defining Golang version), without having my shell warning me about a feature I have decided to opt-out of.Screenshots
Upon starting my shell:
Additional context
I'm using this version of the plugin:
$ asdf plugin list --refs | grep golang golang master 3c3674a
i.e:
...which includes the change from:
i.e. this doesn't feel solved yet, in my mind:
Also, I think this other issue wouldn't be a bad idea:
The text was updated successfully, but these errors were encountered: