From b314536e56af42228f4ddf533b7d02bf64970b8a Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Fri, 21 May 2021 16:08:42 -0700 Subject: [PATCH] Move find file references into the search group For #115694 --- .../typescript-language-features/package.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/extensions/typescript-language-features/package.json b/extensions/typescript-language-features/package.json index fbf6217c68c..e9c7c598a8e 100644 --- a/extensions/typescript-language-features/package.json +++ b/extensions/typescript-language-features/package.json @@ -1069,19 +1069,8 @@ "explorer/context": [ { "command": "typescript.findAllFileReferences", - "when": "tsSupportsFileReferences && resourceLangId == javascript" - }, - { - "command": "typescript.findAllFileReferences", - "when": "tsSupportsFileReferences && resourceLangId == javascriptreact" - }, - { - "command": "typescript.findAllFileReferences", - "when": "tsSupportsFileReferences && resourceLangId == typescript" - }, - { - "command": "typescript.findAllFileReferences", - "when": "tsSupportsFileReferences && resourceLangId == typescriptreact" + "when": "tsSupportsFileReferences && (resourceLangId == javascript || resourceLangId == javascriptreact || resourceLangId == typescript || resourceLangId == typescriptreact)", + "group": "4_search" } ], "editor/title/context": [