You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So...I do think this would be good to have, and I think maybe I brought it up to begin with, but I am going to close for now since it seems no one has ran into this in the wild, and I suppose if someone sets this to undefined they are kinda asking for problems anyway.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.5.1Steps to Reproduce
EXTENSIONS_GALLERY='{"serviceUrl":"undefined"}' code-server --install-extension yolo
Expected
stderr
should printNo extension gallery service configured
or something else.Actual
stderr
printsconnect ECONNREFUSED 127.0.0.1:3000
Logs
EXTENSIONS_GALLERY='{"serviceUrl":"undefined"}' code-server --install-extension yolo Installing extensions... connect ECONNREFUSED 127.0.0.1:3000
Screenshot/Video
n/a
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
Identified while working on #5432
Talking to @code-asher about this, we have a theory:
/path
without a domainThe text was updated successfully, but these errors were encountered: