Is this a new feature request?
Wanted change
Add an environment variable to allow users to run code-server as root.
Reason for change
I have a weird setup that requires to run code-server as root (to access a volume).
If I change the user from abc to root in /etc/s6-overlay/s6-rc.d/svc-code-server/run, I can access the files on the volume fine.
Could you add an environment variable to help resolve this issue?
Proposed code change
No response