Update settings.json

This commit is contained in:
Nate Kelley 2025-07-15 08:22:47 -06:00
parent 2253dea894
commit 66ec06c0da
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 3 deletions

View File

@ -72,9 +72,8 @@
"typescript.preferences.includePackageJsonAutoImports": "on",
"typescript.suggest.includeAutomaticOptionalChainCompletions": true,
"typescript.workspaceSymbols.scope": "allOpenProjects",
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"typescript.implementationsCodeLens.enabled": false,
"typescript.referencesCodeLens.enabled": false,
// Force proactive type checking across all files
"typescript.validate.enable": true,