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

monaco-quick-input-service: set context key "inQuickOpen" #12377

Closed
wants to merge 2 commits into from

Commits on Apr 4, 2023

  1. monaco-quick-input-service: set context key "inQuickOpen"

    Context Key "inQuickOpen" exists in vscode and its value (true or false) reflects
    whether the Quick Open, AKA Quick input, is currently open/visible or not.
    
    This context key can be useful in Theia too, e.g. it can be used in the "when"
    clause of commands registered by vscode extensions, or programmatically whenever
    it's useful to know the state of the Quick Open UI.
    
    Signed-off-by: Marc Dumais <[email protected]>
    marcdumais-work committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3d7e8a3 View commit details
    Browse the repository at this point in the history
  2. [CI] Add a testcase to test context key "inQuickOpen"

    Signed-off-by: Marc Dumais <[email protected]>
    marcdumais-work committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    38c2e92 View commit details
    Browse the repository at this point in the history