Clairfy references codelens string. Fixes #20393

This commit is contained in:
Matt Bierner
2017-02-13 14:15:17 -08:00
parent 5db8fd0f55
commit b9eab3261f

View File

@@ -26,6 +26,6 @@
"javascript.validate.enable": "Enable/disable JavaScript validation.",
"typescript.goToProjectConfig.title": "Go to Project Configuration",
"javascript.goToProjectConfig.title": "Go to Project Configuration",
"typescript.referencesCodeLens.enabled": "Enable/disable the references code lens.",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens",
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version"
}