Code v1.79.2
Security
- 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
.