Skip to content

Add a "when clause" to the keybindings in VS Code #553

@nachocab

Description

@nachocab

To avoid conflict with other VS Code extensions, a when clause should probably be added to the default keybinding.

Something like this:

{
    "key": "ctrl+cmd+space",
    "command": "neo4j.runCypher",
    "when": "editorTextFocus && editorLangId == 'cypher'"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions