ts-codelens: implementations for overrides + test

This commit is contained in:
ritesh006
2025-09-09 18:02:22 +05:30
parent 05c2fd5932
commit cd5348abcd
4 changed files with 102 additions and 15 deletions

View File

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