jupyter_codeserver_proxy- icon indicating copy to clipboard operation
jupyter_codeserver_proxy- copied to clipboard

Remove "--allow-http" Argument

Open frinzekt opened this issue 4 years ago • 0 comments

The current version of code-server no longer has the argument "--allow-http". In effect, running

code-server

will result in the server not starting and saying

***** Please use the script in bin/code-server instead!
***** This script will soon be removed!
***** See the release notes at https://github.com/cdr/code-server/releases/tag/v3.4.0
Unknown option --allow-http

This pull request removes the argument "--allow-http", so that the code-server will still run.

frinzekt avatar Jul 24 '20 07:07 frinzekt