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

feat: improve display of HTML in the debugger #2077

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Commits on Sep 6, 2024

  1. feat: improve display of HTML in the debugger

    Advertises ANSI styles as proposed in microsoft/debug-adapter-protocol#500,
    though it works without them too, just without colors!
    
    Previously the Nodes were displayed as naive objects, so we'd just
    list their properties, which was quite useless when trying to get
    a handle on the DOM. Now we display their children as the primary
    element display, and have "Node Attributes" in a separate section.
    
    ![](https://memes.peet.io/img/24-09-9b2b35e1-3874-4e06-825a-5c84abeeb6e4.png)
    
    Refs microsoft/vscode#227729
    connor4312 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    85c9047 View commit details
    Browse the repository at this point in the history
  2. fix comment display

    connor4312 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0a61bed View commit details
    Browse the repository at this point in the history