code-server 2.1655-vsc1.39.2
- OS Version: ubuntu 18.0.4 server
Description
We run multiple code server instances each of which has a default project directory specified using the path command line argument, e.g. run
[path to]/code-server --host x.x.x.x --port 8447 --auth none .
in the corresponding directory. It was ok in 2.1523-vsc1.38.1. But now default project directories seem always be set by the first opened instance
Steps to Reproduce
(in separate systemd services)
cd dir1
[path to]/code-server --host x.x.x.x --port 8443 --auth none .
cd dir2
[path to]/code-server --host x.x.x.x --port 8444 --auth none .
cd dir3
[path to]/code-server --host x.x.x.x --port 8445 --auth none .
then
- open http://x.x.x.x:8443, which opens directory
dir1
- open http://x.x.x.x:8444. It opens
dir1 directory again, instead of dir2
the same happens to opening http://x.x.x.x:8445
code-server2.1655-vsc1.39.2Description
We run multiple code server instances each of which has a default project directory specified using the
pathcommand line argument, e.g. runin the corresponding directory. It was ok in 2.1523-vsc1.38.1. But now default project directories seem always be set by the first opened instance
Steps to Reproduce
(in separate systemd services)
then
dir1dir1directory again, instead ofdir2the same happens to opening http://x.x.x.x:8445