We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adf416 commit dbf1084Copy full SHA for dbf1084
lsp-treemacs.el
@@ -422,10 +422,7 @@
422
(concat
423
(if (seq-empty-p children)
424
" "
425
- (treemacs-get-icon-value
426
- (if expanded 'expanded 'collapsed)
427
- nil
428
- lsp-treemacs-theme))
+ (if expanded " ▾ " " ▸ "))
429
(treemacs-get-icon-value
430
(cl-case kind
431
(1 'document)
@@ -642,10 +639,7 @@
642
639
"Get the symbol for the the kind."
643
640
(-let (((&hash "uri" "name" "kind" "entryKind" entry-kind) dep))
644
641
645
646
647
648
- lsp-treemacs-theme)
+ (if expanded " ▾ " " ▸ ")
649
(if (or (= kind 8)
650
(= kind 6))
651
(treemacs-icon-for-file uri)
0 commit comments