Skip to content

Commit f1ae592

Browse files
committed
Deploy website
Deploy website version based on fd3c1e8a25325612f9c0b8eb260490afc7585c73
1 parent 962a71d commit f1ae592

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/configuration/settings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h3><a class="anchor" aria-hidden="true" id="editor"></a><a href="#editor" aria-
138138
<li><p><code>workbench.colorTheme</code> <strong>(<em>string</em> default:<code>&quot;One Dark Pro&quot;</code>)</strong> - Color theme to use.</p></li>
139139
<li><p><code>workbench.iconTheme</code> <strong>(<em>string</em> default: <code>&quot;vs-seti&quot;</code>)</strong> - Icon theme to use.</p></li>
140140
<li><p><code>workbench.tree.indent</code> <strong>(<em>int</em> default: <code>5</code>)</strong> - Indentation of the tree explorer.</p></li>
141+
<li><p><code>workbench.tree.renderIndentGuides</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - Controls whether indent guide lines are rendered in tree views.</p></li>
141142
<li><p><code>vim.highlightedyank.enable</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, briefly highlight yanks on the editor surface.</p></li>
142143
<li><p><code>vim.highlightedyank.color</code> <strong>(<em>string</em>)</strong> - Hex string defining a color, ie <code>#FF00FFFF</code>.</p></li>
143144
<li><p><code>vim.highlightedyank.duration</code> <strong>(<em>int</em> default: <code>300</code>)</strong> - The time, in milliseconds, the yank highlight is visible.</p></li>

docs/configuration/settings/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h3><a class="anchor" aria-hidden="true" id="editor"></a><a href="#editor" aria-
138138
<li><p><code>workbench.colorTheme</code> <strong>(<em>string</em> default:<code>&quot;One Dark Pro&quot;</code>)</strong> - Color theme to use.</p></li>
139139
<li><p><code>workbench.iconTheme</code> <strong>(<em>string</em> default: <code>&quot;vs-seti&quot;</code>)</strong> - Icon theme to use.</p></li>
140140
<li><p><code>workbench.tree.indent</code> <strong>(<em>int</em> default: <code>5</code>)</strong> - Indentation of the tree explorer.</p></li>
141+
<li><p><code>workbench.tree.renderIndentGuides</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - Controls whether indent guide lines are rendered in tree views.</p></li>
141142
<li><p><code>vim.highlightedyank.enable</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, briefly highlight yanks on the editor surface.</p></li>
142143
<li><p><code>vim.highlightedyank.color</code> <strong>(<em>string</em>)</strong> - Hex string defining a color, ie <code>#FF00FFFF</code>.</p></li>
143144
<li><p><code>vim.highlightedyank.duration</code> <strong>(<em>int</em> default: <code>300</code>)</strong> - The time, in milliseconds, the yank highlight is visible.</p></li>

docs/for-developers/building.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ <h3><a class="anchor" aria-hidden="true" id="clone-repository"></a><a href="#clo
8989
</code></pre>
9090
<h3><a class="anchor" aria-hidden="true" id="install-node-dependencies"></a><a href="#install-node-dependencies" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Install node dependencies</h3>
9191
<pre><code class="hljs css language-sh">npm install -g node-gyp
92+
node-gyp add 14.15.4
9293
node install-node-deps.js
9394
</code></pre>
9495
<blockquote>

docs/for-developers/building/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ <h3><a class="anchor" aria-hidden="true" id="clone-repository"></a><a href="#clo
8989
</code></pre>
9090
<h3><a class="anchor" aria-hidden="true" id="install-node-dependencies"></a><a href="#install-node-dependencies" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Install node dependencies</h3>
9191
<pre><code class="hljs css language-sh">npm install -g node-gyp
92+
node-gyp add 14.15.4
9293
node install-node-deps.js
9394
</code></pre>
9495
<blockquote>

0 commit comments

Comments
 (0)