File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,22 +124,22 @@ Fallback to list all workspaces if no project root is found."
124124 :type 'boolean
125125 :group 'lsp-treemacs )
126126
127- (defcustom lsp-treemacs-error-list-expand-depth 3
127+ (defcustom lsp-treemacs-error-list-expand-depth nil
128128 " Automatic expansion depth for `lsp-treemacs-error-list' "
129129 :type 'number
130130 :group 'lsp-treemacs )
131131
132- (defcustom lsp-treemacs-call-hierarchy-expand-depth 2
132+ (defcustom lsp-treemacs-call-hierarchy-expand-depth nil
133133 " Automatic expansion depth for `lsp-treemacs-call-hierarchy' "
134134 :type 'number
135135 :group 'lsp-treemacs )
136136
137- (defcustom lsp-treemacs-type-hierarchy-expand-depth 3
137+ (defcustom lsp-treemacs-type-hierarchy-expand-depth nil
138138 " Automatic expansion depth for `lsp-treemacs-type-hierarchy' "
139139 :type 'number
140140 :group 'lsp-treemacs )
141141
142- (defcustom lsp-treemacs-java-deps-list-expand-depth 2
142+ (defcustom lsp-treemacs-java-deps-list-expand-depth nil
143143 " Automatic expansion depth for `lsp-treemacs-java-deps-list' "
144144 :type 'number
145145 :group 'lsp-treemacs )
You can’t perform that action at this time.
0 commit comments