Keybinding issue since v1.6.29

Ok, seems like this issue is specific to the single quotes around julia.supportedLanguageIds.

    {
        "key": "ctrl+enter",
        "command": "-language-julia.executeCodeBlockOrSelection",
        "when": "editorTextFocus && activeEditor != 'workbench.editor.notebook' && editorLangId in julia.supportedLanguageIds"
    }

works fine for me.

Upstream issue:

1 Like