Skip to content

Debug Transient State gets closed. #72

Description

@prochri

Bug description

I am trying to create a debug transient state to help me debug. When I start debugging and trigger the step over command, the menu reappears for a short menu but then disappears, leaving me outside of the transient menu.

To Reproduce

  1. Add a which key transient menu, like this:
    "whichkey.transient": {
        "debug": {
            "title": "Debug transient",
            "bindings": [
                {
                    "key": "s",
                    "name": "Step over",
                    "icon": "debug-step-over",
                    "command": "workbench.action.debug.stepOver"
                }
// [...]
  1. Start debugging and stop at a breakpoint
  2. Open the transient menu
  3. Press 's' to step over

Expected behavior

The menu should be active after the step over is completed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationupstreamIssues related to upstream dependencies

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions