fix: remove vscode

This commit is contained in:
Nevo David 2025-10-16 22:43:39 +07:00
parent 1678d900cf
commit d079c1b061
1 changed files with 0 additions and 28 deletions

28
.vscode/settings.json vendored
View File

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