Add !vimwaiting to togglecomment (#12552)

Release Notes:
-Fixed #12483 
It turns out to be very simple. `fg` has conflict with `gc` mapping so
when you type g editor state is pending.
This commit is contained in:
xzbdmw 2024-06-03 23:23:29 +08:00 committed by GitHub
parent b1efea1100
commit 726f23e867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -568,7 +568,7 @@
}
},
{
"context": "Editor && vim_mode == normal",
"context": "Editor && vim_mode == normal && !VimWaiting",
"bindings": {
"g c c": "editor::ToggleComments"
}