diff options
author | Filipe Azevedo | 2022-09-20 07:44:36 +0000 |
---|---|---|
committer | GitHub | 2022-09-20 07:44:36 +0000 |
commit | 385ccdfc9c4f04cbe33c7cfdd668a1f694b6d870 (patch) | |
tree | 9a0b6ed9c9ae0c7406ce16f38207c5ac3ca4aab1 /book/src/generated | |
parent | aa00a470f31514b792e219513ffb3806a5e5b53e (diff) |
add :lsp-restart command (#3435)
Diffstat (limited to 'book/src/generated')
-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 653acf60..4cbff306 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -44,6 +44,7 @@ | `:show-directory`, `:pwd` | Show the current working directory. | | `:encoding` | Set encoding. Based on `https://encoding.spec.whatwg.org`. | | `:reload` | Discard changes and reload from the source file. | +| `: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. | | `:debug-remote`, `:dbg-tcp` | Connect to a debug adapter by TCP address and start a debugging session from a given template with given parameters. | |