Skip to content

Commit

Permalink
Remove keybindings
Browse files Browse the repository at this point in the history
No existing commands include default keybindings, so I believe the new features in #307 should not have added keybindings.

This particular keybinding conflicts with existing system bindings, so removing this entirely will resolve #308.

Signed-off-by: Eddy Ashton <[email protected]>
  • Loading branch information
eddyashton authored and lemmy committed Oct 18, 2023
1 parent cf04d98 commit dc1f15e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@
"category": "TLA+"
}
],
"keybindings": [
{
"command": "tlaplus.tlaps.check-step",
"key": "ctrl+g ctrl+g"
}
],
"snippets": [
{
"language": "tlaplus",
Expand Down

0 comments on commit dc1f15e

Please sign in to comment.