From 7fe331f83da658eef75d12a785379db404cf52ce Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Mon, 10 Feb 2025 17:58:08 -0700 Subject: [PATCH] Remove old keymap comments about AcceptEditPrediction modifier changes (#24592) This was fixed in #24442 Release Notes: - N/A --- assets/keymaps/default-linux.json | 1 - assets/keymaps/default-macos.json | 1 - 2 files changed, 2 deletions(-) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 48eebbeaef5af04bc861bcf95616a9cdec30cfde..74c086f8cad87306e8d5f336a58f21c75b70a782 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -505,7 +505,6 @@ { "context": "Editor && edit_prediction", "bindings": { - // Changing the modifier currently breaks accepting while you also an LSP completions menu open "alt-enter": "editor::AcceptEditPrediction" } }, diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 5fa14b940c592f19f708b198ebe47dc41d917174..2773e48d38b7acb9a196ad4f8481430d3092b749 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -583,7 +583,6 @@ { "context": "Editor && edit_prediction", "bindings": { - // Changing the modifier currently breaks accepting while you also an LSP completions menu open "alt-tab": "editor::AcceptEditPrediction" } },