sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

Disable VS Code Server #201

Open paqui003 opened 9 months ago

paqui003 commented 9 months ago

Good day,

we use CoCalc as part of some lectures/ courses at our university. Currently it seems like it is possible to disable Jupyterlab-Servers via Course-Configs. Is there a way to also disable the usage of a VS-Code Server in the same manner?

Thank you for your help in advance!

williamstein commented 9 months ago

One thing you could do try would be as root in the container to just uninstall vs-code. The package is called code-server, so

apt-get remove code-server