Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'master/print.html')
| -rw-r--r-- | master/print.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/master/print.html b/master/print.html index 7bc63496..633cf52c 100644 --- a/master/print.html +++ b/master/print.html @@ -2231,6 +2231,19 @@ not visible in the Helix file picker and global search.</p> !.gitignore !.gitattributes </code></pre> +<h3 id="editorfile-explorer-section"><a class="header" href="#editorfile-explorer-section"><code>[editor.file-explorer]</code> Section</a></h3> +<p>In addition to the options for the file picker and global search, a similar set of options is presented to configure the file explorer separately. However, unlike the file picker, the defaults are set to avoid ignoring most files.</p> +<p>Note that the ignore files consulted by the file explorer when <code>ignore</code> is set to true are the same ones used by the file picker, including the aforementioned Helix-specific ignore files.</p> +<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody> +<tr><td><code>hidden</code></td><td>Enables ignoring hidden files</td><td><code>false</code></td></tr> +<tr><td><code>follow-symlinks</code></td><td>Follow symlinks instead of ignoring them</td><td><code>false</code></td></tr> +<tr><td><code>parents</code></td><td>Enables reading ignore files from parent directories</td><td><code>false</code></td></tr> +<tr><td><code>ignore</code></td><td>Enables reading <code>.ignore</code> files</td><td><code>false</code></td></tr> +<tr><td><code>git-ignore</code></td><td>Enables reading <code>.gitignore</code> files</td><td><code>false</code></td></tr> +<tr><td><code>git-global</code></td><td>Enables reading global <code>.gitignore</code>, whose path is specified in git's config: <code>core.excludesfile</code> option</td><td><code>false</code></td></tr> +<tr><td><code>git-exclude</code></td><td>Enables reading <code>.git/info/exclude</code> files</td><td><code>false</code></td></tr> +</tbody></table> +</div> <h3 id="editorauto-pairs-section"><a class="header" href="#editorauto-pairs-section"><code>[editor.auto-pairs]</code> Section</a></h3> <p>Enables automatic insertion of pairs to parentheses, brackets, etc. Can be a simple boolean value, or a specific mapping of pairs of single characters.</p> |