From 53c88192f51675d2ef636a64430ca41a93d438a8 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:07:59 -0400 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2a941bb5ded..733bbb932f7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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