Replies: 2 comments
-
|
Any progress on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm using mason on windows box. and have encountered a problem with downloading mason-registry using :Mason command.
I have no issues with using git and downloading various plugins using :Lazy. But mason can't download lsp servers
I've investigated the problem and I've changed mason's file https://github.com/williamboman/mason.nvim/blob/main/lua/mason-core/fetch.lua locally for mason to use proper proxy settings like so
See the words
ProxyUseDefaultCredentialsandProxy. I have to hardcode the proxy due to the lack of understanding of how to get the value from opts. My solution works just fine till update mason using :LazyIs there a batter way to configure proxy usage with default credentials using lua configuration? I haven't found any in documentation.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions