Improve view title of references-view (fixes #172619)

This commit is contained in:
gjsjohnmurray
2023-03-03 11:59:39 +00:00
parent 0cab8f9d52
commit 2c21d886ce

View File

@@ -5,7 +5,7 @@
"config.references.preferredLocation.peek": "Show references in peek editor.",
"config.references.preferredLocation.view": "Show references in separate view.",
"container.title": "References",
"view.title": "Results",
"view.title": "Reference Search Results",
"cmd.category.references": "References",
"cmd.references-view.findReferences": "Find All References",
"cmd.references-view.findImplementations": "Find All Implementations",