How to set EXTENSION_GALLERY env variable when installing via brew #5604
-
Hey! I'm trying to setup code-server on my laptop but I am unable to figure out how to set the EXTENSION_GALLERY env variable to make code-server use a different extension server (as open-vsx is currently down). From what I gathered, either setting it in a Any ideas what else I can do to set this up? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I did some looking around and couldn't find anything about passing environment variables to I think you'd have to manually edit the file that Or you might be able to add it to |
Beta Was this translation helpful? Give feedback.
I did some looking around and couldn't find anything about passing environment variables to
brew services
. I only found this: Homebrew/homebrew-services#104I think you'd have to manually edit the file that
brew
uses when they start a session.Or you might be able to add it to
PATH
and code-server should read it from there. Let me know if that works!