Fix file-picker.follow-symlinks
config option name in docs (#6685)
This commit is contained in:
parent
e72ad1e731
commit
5106a124ed
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ All git related options are only enabled in a git repository.
|
|||
| Key | Description | Default |
|
||||
|--|--|---------|
|
||||
|`hidden` | Enables ignoring hidden files | true
|
||||
|`follow-links` | Follow symlinks instead of ignoring them | true
|
||||
|`follow-symlinks` | Follow symlinks instead of ignoring them | true
|
||||
|`deduplicate-links` | Ignore symlinks that point at files already shown in the picker | true
|
||||
|`parents` | Enables reading ignore files from parent directories | true
|
||||
|`ignore` | Enables reading `.ignore` files | true
|
||||
|
|
Loading…
Reference in a new issue