mirror of https://github.com/buster-so/buster.git
Update settings.json
This commit is contained in:
parent
2253dea894
commit
66ec06c0da
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue