Remove old keymap comments about AcceptEditPrediction modifier changes (#24592)

This was fixed in #24442

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-02-10 17:58:08 -07:00
committed by GitHub
parent c1f162abc6
commit 7fe331f83d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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"
}
},
-1
View File
@@ -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"
}
},