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

Facility for per-user customization: active/inactive extensions #4

Open
mcg1969 opened this issue Mar 10, 2020 · 2 comments
Open

Facility for per-user customization: active/inactive extensions #4

mcg1969 opened this issue Mar 10, 2020 · 2 comments

Comments

@mcg1969
Copy link
Collaborator

mcg1969 commented Mar 10, 2020

I'd love to be able to install Emacs, VIM, and SublimeText bindings into the standard image and make it possible for users to choose which extensions are enabled. I don't believe this is possible wholly through a settings.json setting, but we can see. It might require a more custom hack to read a list of active extensions from a different secret, and modify the local .vscode settings as needed to enable/disable.

@AlbertDeFusco
Copy link
Collaborator

Would "recommended extensions" be appropriate? I need to see if we can pre-download the extensions without installing them. When the editor comes up VSCode will pop-up that there are recommended extensions. The user can then decide how to proceed.

https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions

Separately there can be a way for a user to supply a list of extensions in a secret to be installed in start_vscode.sh. Or would the secret be the preferred way?

@AlbertDeFusco
Copy link
Collaborator

Looks like we might be able to disable pre-installed extensions when the ide is launched

microsoft/vscode#52639 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants