Add typescript.implementationsCodeLens.showOnInterfaceMethods setting (#136282) (#198419)

* Add `typescript.implementationsCodeLens.showOnInterfaceMethods` setting (#136282)

* Update codelenses when `typescript.referencesCodeLens.showOnAllFunctions` changes

* Improve handling of disposables
This commit is contained in:
John Murray
2023-11-16 22:46:41 +00:00
committed by GitHub
parent 678f6a544c
commit 77dc8793db
5 changed files with 40 additions and 5 deletions

View File

@@ -259,6 +259,12 @@
"description": "%typescript.implementationsCodeLens.enabled%",
"scope": "window"
},
"typescript.implementationsCodeLens.showOnInterfaceMethods": {
"type": "boolean",
"default": false,
"description": "%typescript.implementationsCodeLens.showOnInterfaceMethods%",
"scope": "window"
},
"typescript.tsserver.enableTracing": {
"type": "boolean",
"default": false,