From 9e5e4d4d2869f7abadf419e809c562b1a108fe75 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Thu, 1 Dec 2022 16:26:55 +0300 Subject: [PATCH] fix command id --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9182ca39..23f8253e 100644 --- a/package.json +++ b/package.json @@ -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" } ],