mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 22:43:19 -05:00
Improve view title of references-view (fixes #172619)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user