mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Add version requirement note to implementaiton code lens setting Fixes #23679
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user