fix: remove vscode
This commit is contained in:
parent
1678d900cf
commit
d079c1b061
|
|
@ -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",
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue