Skip to content

Commit 9e5e4d4

Browse files
committed
fix command id
1 parent 687d946 commit 9e5e4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"category": "TS Essentials"
4949
},
5050
{
51-
"command": "goToNodeBySyntaxKindWithinBlock",
52-
"title": "Go to Node by Syntax Kind Within Block",
51+
"command": "goToNodeBySyntaxKindWithinSelection",
52+
"title": "Go to Node by Syntax Kind Within Selection",
5353
"category": "TS Essentials"
5454
}
5555
],

0 commit comments

Comments
 (0)