Clarify markdown setting string. Fixes #20409

This commit is contained in:
Matt Bierner
2017-02-13 14:17:27 -08:00
parent b9eab3261f
commit 6b5c143705
2 changed files with 2 additions and 2 deletions

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 references CodeLens",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens.",
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version"
}