Skip to content

Commit c3138df

Browse files
committed
Deploy website
Deploy website version based on fdb373782ce17dab4840a318c0bd5ecaf76ed823
1 parent 2e6c264 commit c3138df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/configuration/settings.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ <h3><a class="anchor" aria-hidden="true" id="editor"></a><a href="#editor" aria-
8383
<li><p><code>editor.hover.delay</code> <strong>(<em>int</em> default: <code>1000</code>)</strong> - The delay in milliseconds before showing the hover UI.</p></li>
8484
<li><p><code>editor.hover.enabled</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - Controls whether or not the hover UI is enabled.</p></li>
8585
<li><p><code>editor.largeFileOptimizations</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will turn off certain settings like syntax highlighting for large files.</p></li>
86+
<li><p><code>editor.showDeprecated</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will render deprecated code with a strike-through.</p></li>
87+
<li><p><code>editor.showUnused</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will fade out unused code.</p></li>
8688
<li><p><code>workbench.editor.enablePreview</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will open files in <em>preview mode</em> unless a change is made or the tab is double-clicked. In <em>preview mode</em>, the editor tab will be re-used.</p></li>
8789
<li><p><code>editor.lightBulb.enabled</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, show a lightbulb icon in the editor if there are quick fixes or refactorings available.</p></li>
8890
<li><p><code>editor.lineHeight</code> <strong>(<em>float</em> default: <code>0.</code>)</strong> - Controls the absolute height of lines on the editor surface. Use 0 to compute lineHeight from the font size.</p></li>

docs/configuration/settings/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ <h3><a class="anchor" aria-hidden="true" id="editor"></a><a href="#editor" aria-
8383
<li><p><code>editor.hover.delay</code> <strong>(<em>int</em> default: <code>1000</code>)</strong> - The delay in milliseconds before showing the hover UI.</p></li>
8484
<li><p><code>editor.hover.enabled</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - Controls whether or not the hover UI is enabled.</p></li>
8585
<li><p><code>editor.largeFileOptimizations</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will turn off certain settings like syntax highlighting for large files.</p></li>
86+
<li><p><code>editor.showDeprecated</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will render deprecated code with a strike-through.</p></li>
87+
<li><p><code>editor.showUnused</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will fade out unused code.</p></li>
8688
<li><p><code>workbench.editor.enablePreview</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, Onivim will open files in <em>preview mode</em> unless a change is made or the tab is double-clicked. In <em>preview mode</em>, the editor tab will be re-used.</p></li>
8789
<li><p><code>editor.lightBulb.enabled</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, show a lightbulb icon in the editor if there are quick fixes or refactorings available.</p></li>
8890
<li><p><code>editor.lineHeight</code> <strong>(<em>float</em> default: <code>0.</code>)</strong> - Controls the absolute height of lines on the editor surface. Use 0 to compute lineHeight from the font size.</p></li>

0 commit comments

Comments
 (0)