Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0785ce4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 6, 2023
1 parent 0483961 commit 9050625
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 37 deletions.
Binary file modified docs/latest/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/latest/en/.doctrees/lsp-devtools/guide/record-command.doctree
Binary file not shown.
Binary file modified docs/latest/en/.doctrees/pytest-lsp/guide/troubleshooting.doctree
Binary file not shown.
Binary file modified docs/latest/en/.doctrees/pytest-lsp/reference.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
3 changes: 2 additions & 1 deletion docs/latest/en/lsp-devtools/guide/record-command.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ <h2>Alternate Destinations<a class="headerlink" href="#alternate-destinations" t
<span class="w"> </span><span class="n">json_extract</span><span class="p">(</span><span class="n">params</span><span class="p">,</span><span class="w"> </span><span class="ss">&quot;$.clientInfo.name&quot;</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="n">client_name</span><span class="p">,</span>
<span class="w"> </span><span class="n">json_extract</span><span class="p">(</span><span class="n">params</span><span class="p">,</span><span class="w"> </span><span class="ss">&quot;$.clientInfo.version&quot;</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="n">client_version</span><span class="p">,</span>
<span class="w"> </span><span class="n">json_extract</span><span class="p">(</span><span class="n">params</span><span class="p">,</span><span class="w"> </span><span class="ss">&quot;$.rootUri&quot;</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="n">root_uri</span><span class="p">,</span>
<span class="w"> </span><span class="n">json_extract</span><span class="p">(</span><span class="n">params</span><span class="p">,</span><span class="w"> </span><span class="ss">&quot;$.workspaceFolders&quot;</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="n">workspace_folders</span><span class="p">,</span>
<span class="w"> </span><span class="n">params</span><span class="p">,</span>
<span class="w"> </span><span class="k">result</span>
<span class="k">FROM</span><span class="w"> </span><span class="n">requests</span><span class="w"> </span><span class="k">WHERE</span><span class="w"> </span><span class="k">method</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;initialize&#39;</span><span class="p">;</span>
Expand Down Expand Up @@ -485,7 +486,7 @@ <h2>Formatting messages<a class="headerlink" href="#formatting-messages" title="
<p>We’re looking for feedback on this syntax, especially when it comes to formatting lists of items.
Let us know by <a class="reference external" href="https://github.com/swyddfa/lsp-devtools/issues/new">opening an issue</a> if you have any thoughts or suggested improvements</p>
</div>
<p>Similar to Python’s <a class="reference external" href="https://docs.python.org/3/library/string.html#formatstrings" title="(in Python v3.11)"><span>Format String Syntax</span></a> a pair of braces (<code class="docutils literal notranslate"><span class="pre">{}</span></code>) denote a placeholder where a value can be inserted.
<p>Similar to Python’s <a class="reference external" href="https://docs.python.org/3/library/string.html#formatstrings" title="(in Python v3.12)"><span>Format String Syntax</span></a> a pair of braces (<code class="docutils literal notranslate"><span class="pre">{}</span></code>) 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 <a class="reference external" href="https://jqlang.github.io/jq/">jq</a>:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>Message:
{
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/en/pytest-lsp/guide/client-capabilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h3>Disabling Checks<a class="headerlink" href="#disabling-checks" title="Link t
<dl class="simple">
<dt><a class="reference external" href="https://docs.pytest.org/en/stable/how-to/capture-warnings.html#controlling-warnings" title="(in pytest v0.1.dev156+g45f34df)"><span>Controlling warnings</span></a></dt><dd><p>Pytest’s documentation on configuring how warnings should be handled</p>
</dd>
<dt><a class="reference external" href="https://docs.python.org/3/library/warnings.html#warning-filter" title="(in Python v3.11)"><span>The Warnings Filter</span></a></dt><dd><p>Python’s built in warning filter syntax</p>
<dt><a class="reference external" href="https://docs.python.org/3/library/warnings.html#warning-filter" title="(in Python v3.12)"><span>The Warnings Filter</span></a></dt><dd><p>Python’s built in warning filter syntax</p>
</dd>
</dl>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/en/pytest-lsp/guide/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h2><code class="docutils literal notranslate"><span class="pre">DeprecationWarn
=========================== 1 passed, 1 warning in 0.64s =============================
</pre></div>
</div>
<p>This is a known issue in <code class="docutils literal notranslate"><span class="pre">pygls</span> <span class="pre">v1.0.2</span></code> and older, upgrading your <code class="docutils literal notranslate"><span class="pre">pygls</span></code> version to <code class="docutils literal notranslate"><span class="pre">TBD</span></code> should resolve the issue.</p>
<p>This is a known issue in <code class="docutils literal notranslate"><span class="pre">pygls</span> <span class="pre">v1.0.2</span></code> and older, upgrading your <code class="docutils literal notranslate"><span class="pre">pygls</span></code> version to <code class="docutils literal notranslate"><span class="pre">1.1.0</span></code> or newer should resolve the issue.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>While this issue has been <a class="reference external" href="https://github.com/openlawlibrary/pygls/pull/336">fixed</a> upstream, it is not yet generally available.
Expand Down
Loading

0 comments on commit 9050625

Please sign in to comment.