Move find file references into the search group

For #115694
This commit is contained in:
Matt Bierner 2021-05-21 16:08:42 -07:00
parent 28767c88f0
commit b314536e56
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -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": [