mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 12:25:05 +00:00
Update usage string to include code-exploration client.
This commit is contained in:
parent
9145b973c9
commit
019ad25939
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ USAGE:
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
--client[=CLIENT] Install only VS Code plugin.
|
--client[=CLIENT] Install only VS Code plugin.
|
||||||
CLIENT is one of 'code', 'code-insiders', 'codium', or 'code-oss'
|
CLIENT is one of 'code', 'code-exploration', 'code-insiders', 'codium', or 'code-oss'
|
||||||
--server Install only the language server
|
--server Install only the language server
|
||||||
--mimalloc Use mimalloc for server
|
--mimalloc Use mimalloc for server
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
|
|
Loading…
Reference in a new issue