--disable-proxy flag. This disables the domain and path proxies but it does
not disable the ports panel in Code. That can be disabled by using
remote.autoForwardPorts=false in your settings.
Remove extra write permissions on the Node binary bundled with the linux-amd64
tarball. If you extract the tar without a umask this could mean the Node
binary would be unexpectedly writable.
Fixed
Inability to launch multiple instances of code-server for different users.
Added
--session-socket CLI flag to configure the location of the session socket.
By default it will be placed in <user data dir>/code-server-ipc.sock.