-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Hi, v3 broke my Dockerfile so thought I'd report here. Fixed all the issues to get it to boot, everything works so far (for now). My Dockerfile failed because --force
was not a valid flag anymore so I checked the help menu and noticed --install-extension
is missing from the help menu.
# demyx @ test in ~ [23:44:37]
$ code-server -h
code-server 3.0.0
Usage: code-server [options] [path]
Options
--auth The type of authentication to use. [password, none]
--cert Path to certificate. Generated if no path is provided.
--cert-key Path to certificate key when using non-generated cert.
--disable-updates Disable automatic updates.
--disable-telemetry Disable telemetry.
--host Host for the HTTP server.
-h --help Show this output.
--open Open in browser on startup. Does not work remotely.
--port Port for the HTTP server.
--socket Path to a socket (host and port will be ignored).
-v --version Display version information.
--user-data-dir Path to the user data directory.
--extensions-dir Path to the extensions directory.
-vvv --verbose Enable verbose logging.
Metadata
Metadata
Assignees
Labels
No labels