Skip to content

Ctrl+Enter not running current cell in VS code insiders version - instead inserting empty line below #4377

Description

Sorry if this issue can't be supported for notebooks in VS code insiders version

Ctrl + Enter is just inserting line below, not executing current selected cell.

I have tried to include below in keybindings.json but its just not working.

{
    "key": "ctrl+enter",
    "command": "jupyter.runcurrentcell",
    "when": "editorTextFocus && jupyter.hascodecells && !editorHasSelection && !notebookEditorFocused"
  }

VS-Code Version Details

Version: 1.53.0-insider
Commit: e17aea136d32fdb06d9b32184b04ccd36bb51e9c
Date: 2021-01-12T08:22:28.134Z
Electron: 11.1.0
Chrome: 87.0.4280.88
Node.js: 12.18.3
V8: 8.7.220.29-electron.0
OS: Linux x64 5.8.0-36-generic

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions