Skip to content

[v3.0.0] Missing --install-extension in help menu #1392

@demyxco

Description

@demyxco

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.

https://i.imgur.com/SuHxxTh.png

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions