Do not bind cmd-enter for repl::Run when in AssistantContext (#14066)

Don't pollute cmd-enter in the Assistant's `ContextEditor`.

Release Notes:

- N/A
This commit is contained in:
Kyle Kelley 2024-07-10 09:25:07 -07:00 committed by GitHub
parent 896b9bda23
commit 07dc4050bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -569,7 +569,7 @@
}
},
{
"context": "Editor && jupyter",
"context": "Editor && jupyter && !ContextEditor",
"bindings": {
"cmd-enter": "repl::Run"
}