Remove old keymap comments about AcceptEditPrediction modifier changes (#24592)
This was fixed in #24442 Release Notes: - N/A
This commit is contained in:
@@ -505,7 +505,6 @@
|
|||||||
{
|
{
|
||||||
"context": "Editor && edit_prediction",
|
"context": "Editor && edit_prediction",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
// Changing the modifier currently breaks accepting while you also an LSP completions menu open
|
|
||||||
"alt-enter": "editor::AcceptEditPrediction"
|
"alt-enter": "editor::AcceptEditPrediction"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -583,7 +583,6 @@
|
|||||||
{
|
{
|
||||||
"context": "Editor && edit_prediction",
|
"context": "Editor && edit_prediction",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
// Changing the modifier currently breaks accepting while you also an LSP completions menu open
|
|
||||||
"alt-tab": "editor::AcceptEditPrediction"
|
"alt-tab": "editor::AcceptEditPrediction"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user