Skip to content
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

[Feat]: Extension gallery popup window #5411

Closed
bala opened this issue Aug 3, 2022 · 1 comment
Closed

[Feat]: Extension gallery popup window #5411

bala opened this issue Aug 3, 2022 · 1 comment
Labels
enhancement Some improvement that isn't a feature

Comments

@bala
Copy link

bala commented Aug 3, 2022

What is your suggestion?

In order to try out any other marketplace sources, we need to set export SERVICE_URL option in cmd or bashrc file. can we have a popup menu that will ask for serviceURL, itemURL, cacheURL.

Why do you want this feature?

each time we switch between market place we have to set export option and restart code server instance to pickup new URL. if we can have a popup menu or settings page where this can get loaded without having to stop and restart code-server. this reload kills the current jobs. a hot swap instead of restarting will be a super option.

Are there any workarounds to get this functionality today?

set export options in command line or bashrc and reload the whole instance of code-server

Are you interested in submitting a PR for this?

No

@bala bala added the enhancement Some improvement that isn't a feature label Aug 3, 2022
@jsjoeio jsjoeio added this to the Backlog Candidates milestone Aug 4, 2022
@code-asher
Copy link
Member

code-asher commented Jul 12, 2024

I think we should not do this, because it will be a lot of patching. VS Code assumes one marketplace and we would have to thread that through in all sorts of places and it would probably get pretty nasty.

Also, even restarting code-server with a new marketplace is janky because extensions do not seem to be cross-compatible, so it breaks things like updates.

We could try asking about implementing this upstream instead but they seem opposed to any changes that make it easier to swap out the marketplace.

@code-asher code-asher closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvement that isn't a feature
Projects
None yet
Development

No branches or pull requests

3 participants