Update tests and small tweaks

This commit is contained in:
Matt Bierner
2025-10-15 00:40:11 -07:00
parent 1d291cd7a9
commit c099047be6
5 changed files with 177 additions and 63 deletions

View File

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