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
feature: lock down code-server (extensions, settings, no AI)
* Pre-install a configurable list of extensions via init container into a
per-pod emptyDir; main container reads from the same dir via
--extensions-dir, so the extensions present are exactly what the chart
ships.
* Render values.codeServer.settings into a settings.json ConfigMap and
mount it as the user's settings file. Defaults set dark theme, turn off
telemetry, hide AI/chat surfaces, and silence extension auto-update and
recommendation prompts.
* Set EXTENSIONS_GALLERY={} so the marketplace returns nothing in the UI,
effectively hiding install buttons while leaving the Extensions sidebar
visible for the pre-installed ones.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments