Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new option dap.repl.show_tree: whether to show the tree in REPL #1001

Closed
wants to merge 1 commit into from

Commits on Jul 29, 2023

  1. Add a new option dap.repl.show_tree: whether to show the tree in REPL

    A new option `show_tree` can be set by users to configure whether to
    show the expandable tree in the DAP REPL window. Concise and simple
    representation in the REPL would be useful for many languages,
    see mfussenegger#737 for an example (python).
    
    The option can be configured using, for instance:
    
    ```
    require('dap.repl').show_tree = false
    ```
    wookayin committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    1f906d8 View commit details
    Browse the repository at this point in the history