-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
code-server2.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
dir1directory again, instead ofdir2
the same happens to opening http://x.x.x.x:8445
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working