diff options
author | Matthias Deiml | 2022-11-09 09:17:09 +0000 |
---|---|---|
committer | GitHub | 2022-11-09 09:17:09 +0000 |
commit | dee5b2a983f6a334753be48730868e8dd651b505 (patch) | |
tree | 3fe0e73147ccef4e4fc5703686646da6bf7dfb0e /book | |
parent | 3e84434c695379dd2b56415c5cec46990488d007 (diff) |
Add LSP workspace command picker (#3140)
* Add workspace command picker
* Make command typable
* Add optional argument to lsp-workspace-command
Diffstat (limited to 'book')
-rw-r--r-- | book/src/generated/typable-cmd.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index f858ba72..b7496d33 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -45,6 +45,7 @@ | `:encoding` | Set encoding. Based on `https://encoding.spec.whatwg.org`. | | `:reload` | Discard changes and reload from the source file. | | `:update` | Write changes only if the file has been modified. | +| `:lsp-workspace-command` | Open workspace command picker | | `:lsp-restart` | Restarts the Language Server that is in use by the current doc | | `:tree-sitter-scopes` | Display tree sitter scopes, primarily for theming and development. | | `:debug-start`, `:dbg` | Start a debug session from a given template with given parameters. | |