Describe what implementation code lens does

Fixes #55370
This commit is contained in:
Matt Bierner 2018-07-30 15:59:17 +01:00
parent 3086c88d21
commit 5198030c09

View file

@ -32,7 +32,7 @@
"goToProjectConfig.title": "Go to Project Configuration",
"javascript.referencesCodeLens.enabled": "Enable/disable references CodeLens in JavaScript files.",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens in TypeScript files.",
"typescript.implementationsCodeLens.enabled": "Enable/disable implementations CodeLens.",
"typescript.implementationsCodeLens.enabled": "Enable/disable implementations CodeLens. This CodeLens shows the implementers of an interface.",
"typescript.openTsServerLog.title": "Open TS Server log.",
"typescript.restartTsServer": "Restart TS server.",
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version.",