Skip to content

Commit 7994d9e

Browse files
committed
Deploy website
Deploy website version based on cc83fe4e4d977300eb719d34f383d2c174829482
1 parent ca85436 commit 7994d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3><a class="anchor" aria-hidden="true" id="input"></a><a href="#input" aria-hi
161161
<h3><a class="anchor" aria-hidden="true" id="explorer"></a><a href="#explorer" 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>Explorer</h3>
162162
<ul>
163163
<li><p><code>explorer.autoReveal</code> <strong>(<em>string|bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the file explorer will jump to highlight the file current focused. When <code>false</code> the file explorer will remain static. If a string is entered it must be <code>&quot;focusNoScroll&quot;</code> which will still highlight the currently focused file in the file explorer but the file explorer will not scroll to it. Any other string supplied will be treated as if <code>false</code> was entered and the file explorer will remain static and not highlight the currently focused file.</p></li>
164-
<li><p><code>files.useExperimentalFileWatcher</code> <strong>(<em>bool</em> default: <code>false</code>)</strong> When <code>true</code>, a file watcher will be used to monitor file system changes and update the explorer in the sidebar.</p></li>
164+
<li><p><code>files.useExperimentalFileWatcher</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> When <code>true</code>, a file watcher will be used to monitor file system changes and update the explorer in the sidebar.</p></li>
165165
</ul>
166166
<h3><a class="anchor" aria-hidden="true" id="layout"></a><a href="#layout" 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>Layout</h3>
167167
<ul>

docs/configuration/settings/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3><a class="anchor" aria-hidden="true" id="input"></a><a href="#input" aria-hi
161161
<h3><a class="anchor" aria-hidden="true" id="explorer"></a><a href="#explorer" 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>Explorer</h3>
162162
<ul>
163163
<li><p><code>explorer.autoReveal</code> <strong>(<em>string|bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the file explorer will jump to highlight the file current focused. When <code>false</code> the file explorer will remain static. If a string is entered it must be <code>&quot;focusNoScroll&quot;</code> which will still highlight the currently focused file in the file explorer but the file explorer will not scroll to it. Any other string supplied will be treated as if <code>false</code> was entered and the file explorer will remain static and not highlight the currently focused file.</p></li>
164-
<li><p><code>files.useExperimentalFileWatcher</code> <strong>(<em>bool</em> default: <code>false</code>)</strong> When <code>true</code>, a file watcher will be used to monitor file system changes and update the explorer in the sidebar.</p></li>
164+
<li><p><code>files.useExperimentalFileWatcher</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> When <code>true</code>, a file watcher will be used to monitor file system changes and update the explorer in the sidebar.</p></li>
165165
</ul>
166166
<h3><a class="anchor" aria-hidden="true" id="layout"></a><a href="#layout" 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>Layout</h3>
167167
<ul>

0 commit comments

Comments
 (0)