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.
treemacs-define-variadic-entry-node-type
1 parent 56e92dd commit 6835759Copy full SHA for 6835759
dap-ui.el
@@ -1172,12 +1172,8 @@ request."
1172
1173
(treemacs-define-variadic-entry-node-type dap-loaded-sources
1174
:key 'DAP-Loaded-Sources
1175
- :label (propertize "DAP-Loaded-Sources" 'face 'font-lock-keyword-face)
1176
- :open-icon (dap-ui--calculate-sources-icon item t)
1177
- :closed-icon (dap-ui--calculate-sources-icon item nil)
1178
:children (dap-ui--loaded-sources-root)
1179
- :child-type 'dap-loaded-sources-node
1180
- :more-properties `(:pth ,item))
+ :child-type 'dap-loaded-sources-node)
1181
1182
(treemacs-define-expandable-node-type dap-loaded-sources-node
1183
:open-icon (dap-ui--calculate-sources-icon item t)
0 commit comments