gh-pages
the-mikedavis 2024-11-20 23:09:24 +00:00
parent c6a0c026d0
commit 29a3eeeac1
4 changed files with 6 additions and 4 deletions

View File

@ -542,7 +542,8 @@ S-tab = "extend_parent_node_start"
}
</code></pre>
<p>The new diagnostic rendering is not yet enabled by default. As soon as end of line or inline diagnostics are enabled the old diagnostics rendering is automatically disabled. The recommended default setting are:</p>
<pre><code>end-of-line-diagnostics = "hint"
<pre><code class="language-toml">[editor]
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline
</code></pre>

View File

@ -1831,7 +1831,8 @@ S-tab = "extend_parent_node_start"
}
</code></pre>
<p>The new diagnostic rendering is not yet enabled by default. As soon as end of line or inline diagnostics are enabled the old diagnostics rendering is automatically disabled. The recommended default setting are:</p>
<pre><code>end-of-line-diagnostics = "hint"
<pre><code class="language-toml">[editor]
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline
</code></pre>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long