Skip to content

Custom keybindings don't take effect until the keybindings.json file is saved on every page load #150

Closed
@weikinhuang

Description

@weikinhuang
  • code-server version: 1.31.1-100
  • OS Version: Windows 10 desktop, running on remote docker Ubuntu 18.04.1 LTS, downloading the release binary from the releases tab.

Steps to Reproduce

  1. Create a keyboard shortcut with a when=!isMac condition
    { "key": "ctrl+d",                "command": "editor.action.deleteLines",
                                         "when": "!isMac" },
  1. Try to use shortcut in the editor, it does nothing

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