diff options
-rw-r--r-- | cli/flags.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 2210d7565..be93015f5 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1086,7 +1086,6 @@ Show documentation for runtime built-ins: fn language_server_subcommand<'a, 'b>() -> App<'a, 'b> { SubCommand::with_name("lsp") - .setting(AppSettings::Hidden) .about("Start the language server") .long_about( r#"Start the Deno language server which will take input |