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 tlaplus#307 should not have added keybindings.

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

Signed-off-by: Eddy Ashton <[email protected]>
  • Loading branch information
eddyashton committed Oct 18, 2023
1 parent cf04d98 commit 80e39e2
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 80e39e2

Please sign in to comment.