diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 95245a76e..32802a134 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -19,7 +19,8 @@ module.exports = followSymlinks: type: 'boolean' default: true - title: 'Follow symlinks when searching and scanning root directory' + title: 'Follow symlinks' + description: 'Used when searching and when opening files with the fuzzy finder.' disabledPackages: type: 'array' default: []