Skip to content

Commit

Permalink
Add version requirement note to implementaiton code lens setting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Apr 3, 2017
1 parent ed20fa7 commit fa34273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/typescript/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript.goToProjectConfig.title": "Go to Project Configuration",
"javascript.goToProjectConfig.title": "Go to Project Configuration",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens.",
"typescript.implementationsCodeLens.enabled": "Enable/disable implementations CodeLens.",
"typescript.implementationsCodeLens.enabled": "Enable/disable implementations CodeLens. Requires TypeScript >= 2.2.0.",
"typescript.openTsServerLog.title": "Open TS Server log file",
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version"
}

0 comments on commit fa34273

Please sign in to comment.