You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `--cache-dir`, optionally allows for Language Clients to specify
the directory where cached data should be stored. If not given the
Language Server will choose a directory based on a hash of the
`conf.py`'s filepath. Closes#115
- `--hide-sphinx-output`, allows for Language Clients to prevent
Sphinx's build log from being shown.
- `--log-filter`, allows for Language Clients to restrict log output
to specific loggers. Can be given multiple times. Closes#113
- `--log-level`, allows for Language Clients to specify the
verbosity of the log they wish to receive. Closes#87
- `-p`, `--port`, allows for Language Clients to interact with the
Language Server over TCP, while setting the port number they wish
to use. Closes#114
An argument like
--log-filter=f1,f2,f3
that allows the client to select output only from certain output "channels"The text was updated successfully, but these errors were encountered: