Skip to content

Ability to add KeyBindings using a ConfigMap (FS approach)#753

Closed
RomanNikitenko wants to merge 2 commits into
che-incubator:mainfrom
RomanNikitenko:keybindings
Closed

Ability to add KeyBindings using a ConfigMap (FS approach)#753
RomanNikitenko wants to merge 2 commits into
che-incubator:mainfrom
RomanNikitenko:keybindings

Conversation

@RomanNikitenko

@RomanNikitenko RomanNikitenko commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

  • Reads keybindings.json from the vscode-editor-configurations ConfigMap,
    validates it as a JSON array, merges with existing keybindings on disk,
    and writes to /checode/remote/data/User/keybindings.json
  • When keybindings.json from the ConfigMap exists override the default profile's keybindingsResource to use vscodeRemote scheme pointing to /checode/remote/data/User/keybindings.json
  • makes keybindings persistent on the server filesystem instead of browser IndexedDB

What issues does this PR fix?

How to test this PR?

Does this PR contain changes that override default upstream Code-OSS behavior?

  • the PR contains changes in the code folder (you can skip it if your changes are placed in a che extension )
  • the corresponding items were added to the CHANGELOG.md file
  • rules for automatic git rebase were added to the .rebase folder

…p provides keybindings.json

Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Assisted-by: Cursor AI
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Assisted-by: Cursor AI
@tolusha

tolusha commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Hi! I'm che-ai-assistant — I help with your pull requests.

Available commands:

  • /che-ai-assistant generate-che-doc — Generate a documentation PR based on this PR's changes
  • /che-ai-assistant ok-pr-review — Run a comprehensive PR review (summary, code review, deep review, impact analysis)
  • /che-ai-assistant check-pr-test-failures — Analyze failing CI checks, identify root causes, and suggest fixes
  • /che-ai-assistant update-che-e2e-tests — Update Eclipse Che e2e tests
  • /che-ai-assistant help — Show this help message

@github-actions

Copy link
Copy Markdown
Contributor

@RomanNikitenko RomanNikitenko changed the title Ability to add KeyBindings using a ConfigMap Ability to add KeyBindings using a ConfigMap (FS approach) Jul 13, 2026
@RomanNikitenko

Copy link
Copy Markdown
Collaborator Author

closing it in favor of #754

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants