## OS/Web Information - Web Browser: Chrome 90.0.4430.212 - Local OS: WIN10 - Remote OS: WSL Ubuntu 20.04 LTS - Remote Architecture: A Ubuntu WIN10 sub system on same computer - `code-server --version`: 3.10.0 6610bff3216c48fdd0884191338b1092765dbb5a ## Steps to Reproduce `code-server --link` just does not work for me, it was working in previous version, I updated to 3.10 this afternoon and it stopped working. My command to update it: ``` curl -fsSL https://code-server.dev/install.sh | sh -s ``` ## Expected A correctly running server ## Actual It failed starting the server. ## Logs <!-- First run code-server with at least debug logging (or trace to be really thorough) by setting the --log flag or the LOG_LEVEL environment variable. -vvv and --verbose are aliases for --log trace. For example: code-server --log debug Once this is done, replicate the issue you're having then collect logging information from the following places: 1. The most recent files from ~/.local/share/code-server/coder-logs. 2. The browser console. 3. The browser network tab. Console output [2021-05-11T00:36:56.728Z] trace child:2015 got message {"message":{"type":"handshake","args":{"_":[],"bind-addr":"127.0.0.1:8080","auth":"none","password":"**********************","config":"/home/allenliu/.config/code-server/config.yaml","verbose":true,"link":{},"log":"trace","user-data-dir":"/home/allenliu/.local/share/code-server","extensions-dir":"/home/allenliu/.local/share/code-server/extensions","host":"localhost","port":0,"proxy-domain":[],"usingEnvPassword":false,"usingEnvHashedPassword":false}}} [2021-05-11T00:36:56.731Z] info code-server 3.10.0 6610bff3216c48fdd0884191338b1092765dbb5a [2021-05-11T00:36:56.731Z] info Using user-data-dir ~/.local/share/code-server [2021-05-11T00:36:56.731Z] trace Using extensions-dir ~/.local/share/code-server/extensions [2021-05-11T00:36:56.744Z] info Using config file ~/.config/code-server/config.yaml [2021-05-11T00:36:56.744Z] info HTTP server listening on http://127.0.0.1:35161 (randomized by --link) [2021-05-11T00:36:56.744Z] info - Authentication is disabled (disabled by --link) [2021-05-11T00:36:56.744Z] info - Not serving HTTPS (disabled by --link) [2021-05-11T00:36:56.744Z] debug running agent with bind,--code-server-addr=127.0.0.1:35161, [2021-05-11T00:36:56.910Z] info Failed to register server: Agent version () is incompatible. Version v0.2.1 or later is required. Try updating to the latest release at https://github.com/cdr/code-server/releases [2021-05-11T00:36:56.913Z] error --link agent exited with 1 [2021-05-11T00:36:56.913Z] debug child:2015 disposing {} ## Screenshot  ## Notes This issue can be reproduced in VS Code: No