Update settings.json

This commit is contained in:
Bertie690 2025-08-01 18:07:59 -04:00 committed by GitHub
parent c88af5d058
commit 53c88192f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
"editor.codeActionsOnSave": {
"source.addMissingImports.ts": "always",
"source.removeUnusedImports": "always",
"source.fixAll.eslint": "always",
"source.fixAll.biome": "always",
"source.organizeImports.biome": "always"
},
@ -24,8 +23,8 @@
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
// Note: You may want to adjust the max server memory if your PC supports it
"typescript.tsserver.maxTsServerMemory": 1536, // 1.5 GB by default
// Note: You may want to adjust the max server memory depending on your PC's specs:
// "typescript.tsserver.maxTsServerMemory": 1536, // 1.5 GB by default
"typescript.autoClosingTags": false,
// # Miscellaneous