From d079c1b06134f2c0c1913195611c11974426cb19 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Thu, 16 Oct 2025 22:43:39 +0700 Subject: [PATCH] fix: remove vscode --- .vscode/settings.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0c522537..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "explorer.compactFolders": false, - "explorer.fileNesting.enabled": false, - "editor.lineHeight": 27, - "editor.folding": true, - "editor.foldingImportsByDefault": true, - "editor.fontLigatures": false, - "gitlens.codeLens.enabled": false, - "gitlens.currentLine.enabled": false, - "typescript.updateImportsOnFileMove.enabled": "always", - "typescript.suggest.autoImports": true, - "javascript.suggest.autoImports": true, - "editor.codeActionsOnSave": { - "source.addMissingImports": "explicit" - }, - "workbench.activityBar.orientation": "vertical", - "workbench.colorCustomizations": { - "activityBar.background": "#393c3e", - "editor.background": "#2b2b2b", - "editorGutter.background": "#2b2b2b", - "editorIndentGuide.background1": "#373737", - "editorIndentGuide.activeBackground1": "#587973", - "editor.lineHighlightBackground": "#323232", - "editor.selectionHighlightBackground": "#40404080", - "editor.selectionBackground": "#214283", - "editor.hoverHighlightBackground": "#40404080", - } -}