You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Delve DAP via VS Code, I'm working on some deeply nested data structures. While the first level of bindings have their type information displayed as package.Type, any level of nesting below shows the full module path prepended. This makes debugging this code quite annoying as I constantly have to widen the view and click to expand items that would otherwise have been visible directly.
Is there a setting somewhere to use the package.Type format for display of bindings at all levels of nesting? Or is this a feature that could be considered?
The text was updated successfully, but these errors were encountered:
Hi there, and thanks for providing this tool!
Using Delve DAP via VS Code, I'm working on some deeply nested data structures. While the first level of bindings have their type information displayed as
package.Type
, any level of nesting below shows the full module path prepended. This makes debugging this code quite annoying as I constantly have to widen the view and click to expand items that would otherwise have been visible directly.Is there a setting somewhere to use the
package.Type
format for display of bindings at all levels of nesting? Or is this a feature that could be considered?The text was updated successfully, but these errors were encountered: