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", - } -}