Skip to content

Commit

Permalink
fix command id
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Dec 1, 2022
1 parent 687d946 commit 9e5e4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"category": "TS Essentials"
},
{
"command": "goToNodeBySyntaxKindWithinBlock",
"title": "Go to Node by Syntax Kind Within Block",
"command": "goToNodeBySyntaxKindWithinSelection",
"title": "Go to Node by Syntax Kind Within Selection",
"category": "TS Essentials"
}
],
Expand Down

0 comments on commit 9e5e4d4

Please sign in to comment.