update settings

This commit is contained in:
Nate Kelley 2025-07-12 23:39:15 -06:00
parent 1718dccf2c
commit e46d2cbc43
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,5 @@
{
"folders": [
{ "path": "." },
{ "path": "./apps/api" },
{ "path": "./apps/electric-server" },
{ "path": "./apps/server" },

View File

@ -36,11 +36,8 @@
// Enhanced TypeScript settings for monorepo cross-package type checking
"typescript.preferences.includePackageJsonAutoImports": "on",
"typescript.suggest.includeCompletionsForModuleExports": true,
"typescript.suggest.includeAutomaticOptionalChainCompletions": true,
"typescript.preferences.enableRenameShorthandProperties": true,
"typescript.workspaceSymbols.scope": "allOpenProjects",
"typescript.references.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
@ -50,8 +47,7 @@
"typescript.format.enable": true,
"typescript.check.npmIsInstalled": false,
"typescript.disableAutomaticTypeAcquisition": true,
"typescript.experimental.aiCodeActions": "on",
"typescript.experimental.includePackageJsonAutoImports": "on",
// Default Biome formatting for all file types
"[typescript]": {