diff --git a/docs/latest/en/.doctrees/environment.pickle b/docs/latest/en/.doctrees/environment.pickle index a7ca022..1cc0bdc 100644 Binary files a/docs/latest/en/.doctrees/environment.pickle and b/docs/latest/en/.doctrees/environment.pickle differ diff --git a/docs/latest/en/.doctrees/lsp-devtools/guide/record-command.doctree b/docs/latest/en/.doctrees/lsp-devtools/guide/record-command.doctree index 82a3894..a6f8ca6 100644 Binary files a/docs/latest/en/.doctrees/lsp-devtools/guide/record-command.doctree and b/docs/latest/en/.doctrees/lsp-devtools/guide/record-command.doctree differ diff --git a/docs/latest/en/.doctrees/pytest-lsp/guide/troubleshooting.doctree b/docs/latest/en/.doctrees/pytest-lsp/guide/troubleshooting.doctree index b1b29b4..1f89259 100644 Binary files a/docs/latest/en/.doctrees/pytest-lsp/guide/troubleshooting.doctree and b/docs/latest/en/.doctrees/pytest-lsp/guide/troubleshooting.doctree differ diff --git a/docs/latest/en/.doctrees/pytest-lsp/reference.doctree b/docs/latest/en/.doctrees/pytest-lsp/reference.doctree index 5556ee8..d87c8df 100644 Binary files a/docs/latest/en/.doctrees/pytest-lsp/reference.doctree and b/docs/latest/en/.doctrees/pytest-lsp/reference.doctree differ diff --git a/docs/latest/en/_sources/pytest-lsp/guide/troubleshooting.rst.txt b/docs/latest/en/_sources/pytest-lsp/guide/troubleshooting.rst.txt index 55c8b32..bd93473 100644 --- a/docs/latest/en/_sources/pytest-lsp/guide/troubleshooting.rst.txt +++ b/docs/latest/en/_sources/pytest-lsp/guide/troubleshooting.rst.txt @@ -109,7 +109,7 @@ Depending on the version of ``pygls`` (the LSP implementation used by ``pytest-l -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== 1 passed, 1 warning in 0.64s ============================= -This is a known issue in ``pygls v1.0.2`` and older, upgrading your ``pygls`` version to ``TBD`` should resolve the issue. +This is a known issue in ``pygls v1.0.2`` and older, upgrading your ``pygls`` version to ``1.1.0`` or newer should resolve the issue. .. note:: diff --git a/docs/latest/en/lsp-devtools/guide/record-command.html b/docs/latest/en/lsp-devtools/guide/record-command.html index 5be8284..8c495c6 100644 --- a/docs/latest/en/lsp-devtools/guide/record-command.html +++ b/docs/latest/en/lsp-devtools/guide/record-command.html @@ -367,6 +367,7 @@
Similar to Python’s Format String Syntax a pair of braces ({}
) denote a placeholder where a value can be inserted.
+
Similar to Python’s Format String Syntax a pair of braces ({}
) denote a placeholder where a value can be inserted.
Inside the braces you can then select and the message field you want to be inserted using a dot-separated syntax that should feel familiar if you’ve ever used jq:
Message:
{
diff --git a/docs/latest/en/pytest-lsp/guide/client-capabilities.html b/docs/latest/en/pytest-lsp/guide/client-capabilities.html
index af36b5a..0675c4e 100644
--- a/docs/latest/en/pytest-lsp/guide/client-capabilities.html
+++ b/docs/latest/en/pytest-lsp/guide/client-capabilities.html
@@ -393,7 +393,7 @@ Disabling Checks
Controlling warnings Pytest’s documentation on configuring how warnings should be handled
-The Warnings Filter Python’s built in warning filter syntax
+The Warnings Filter Python’s built in warning filter syntax
DeprecationWarn
=========================== 1 passed, 1 warning in 0.64s =============================
This is a known issue in pygls v1.0.2
and older, upgrading your pygls
version to TBD
should resolve the issue.
This is a known issue in pygls v1.0.2
and older, upgrading your pygls
version to 1.1.0
or newer should resolve the issue.
Note
While this issue has been fixed upstream, it is not yet generally available. diff --git a/docs/latest/en/pytest-lsp/reference.html b/docs/latest/en/pytest-lsp/reference.html index 818f207..b76b372 100644 --- a/docs/latest/en/pytest-lsp/reference.html +++ b/docs/latest/en/pytest-lsp/reference.html @@ -232,14 +232,9 @@
Bases: BaseLanguageClient
Used to drive language servers under test.
-protocol_cls (Type[LanguageClientProtocol]) –
-server (Process) –
+server (Process) –
method (str) – The notification method to wait for, e.g. textDocument/publishDiagnostics
method (str) – The notification method to wait for, e.g. textDocument/publishDiagnostics
The client’s capabilities.
Used to hold any recieved diagnostics.
Holds any received window/logMessage
requests.
Holds any received window/showMessage
requests.
Used to keep track of the documents requested to be shown via a
window/showDocument
request.
client_spec (str) – A string describing the client to load the corresponding +
client_spec (str) – A string describing the client to load the corresponding capabilities for.
Factory function to use when constructing the test client instance.
The command to use to start the language server.
Environment variables to set when starting the server.
capabilities (ClientCapabilities | None) –
method (str) –
result (Any) –
method (str) –
result (Any) –
maybe_fn (Callable[[ClientCapabilities, Any], None] | None) –
method (str) –
maybe_fn (Callable[[ClientCapabilities, Any], None] | None) –
method (str) –
capabilities (ClientCapabilities) –
result (CompletionList | List[CompletionItem] | None) –
result (CompletionList | List[CompletionItem] | None) –
capabilities (ClientCapabilities) –
result (List[DocumentLink] | None) –
result (List[DocumentLink] | None) –