To avoid conflict with other VS Code extensions, a [when clause](https://code.visualstudio.com/api/references/when-clause-contexts) should probably be added to the default keybinding. Something like this: ```json { "key": "ctrl+cmd+space", "command": "neo4j.runCypher", "when": "editorTextFocus && editorLangId == 'cypher'" } ```