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
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
The text was updated successfully, but these errors were encountered:
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.
What is your suggestion?
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
The text was updated successfully, but these errors were encountered: