Merge pull request #264546 from ritesh006/test/implementations-codelens

feat(ts-codeLens): show "implementations" CodeLens for overridden methods #263749
This commit is contained in:
Matt Bierner
2025-11-03 12:04:42 -08:00
committed by GitHub
5 changed files with 218 additions and 16 deletions

View File

@@ -218,6 +218,12 @@
"description": "%typescript.implementationsCodeLens.showOnInterfaceMethods%",
"scope": "window"
},
"typescript.implementationsCodeLens.showOnAllClassMethods": {
"type": "boolean",
"default": false,
"description": "%typescript.implementationsCodeLens.showOnAllClassMethods%",
"scope": "window"
},
"typescript.reportStyleChecksAsWarnings": {
"type": "boolean",
"default": true,