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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

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"
}
},

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"
}
},