Giter Club home page Giter Club logo

Comments (4)

stevenguh avatar stevenguh commented on July 3, 2024 1

Will take a look in a few weeks, I remembered I tried this a while back and something stopped me from using transient for the debug menu.

from vscode-which-key.

stevenguh avatar stevenguh commented on July 3, 2024

Tinkering with waiting additional delay after command execution or with ignoreFocusOut option of QuickPick API.

I think this is what's happening...

  1. Awaiting workbench.action.debug.* only issue the command to LSP
  2. which-key then display the QuickPick menu.
  3. LSP comes back and steals the focus; hence, closes the QuickPick menu.

A workaround is to add some delay to each command, but this is not that reliable as the delay is probably from the LSP.

from vscode-which-key.

prochri avatar prochri commented on July 3, 2024

I played around with this again trying to find a solution by tracking the DAP (not LSP when nitpicking!) state. While this kind of worked sometimes, I found a much better solution:

Setting the VSCode option debug.focusEditorOnBreak to false, should make the transient menu workas is in my initial tests!

from vscode-which-key.

stevenguh avatar stevenguh commented on July 3, 2024

Interesting found! Reopen this for future investigation and then if that works well maybe update the default binding and documentations

from vscode-which-key.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.