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]: add support for --disable-extensions #6722

Open
niole opened this issue Mar 12, 2024 · 1 comment
Open

[Feat]: add support for --disable-extensions #6722

niole opened this issue Mar 12, 2024 · 1 comment
Labels
enhancement Some improvement that isn't a feature

Comments

@niole
Copy link

niole commented Mar 12, 2024

What is your suggestion?

  • add support for --disable-extensions to code-server

Why do you want this feature?

I work at a company that bootstraps development environments with vscode. Our customers are security conscious and have found that certain extensions contain security vulnerabilities. We want to permanently disable these extensions.

Are there any workarounds to get this functionality today?

Not that I know of

Are you interested in submitting a PR for this?

Yes

@niole niole added the enhancement Some improvement that isn't a feature label Mar 12, 2024
@matuskosut
Copy link

I agree, very important for those that don't allow end users to install extensions themselves.

This would be very nice feature especially for adding extensions that complain about requiring initial configuration (e.g. path to executable) when Code server is opened. These extensions would typically be needed only for small number of users so it would be great to disable them during docker build, and let users enable when they want.

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

2 participants