* Updated vscode config

This commit is contained in:
Daniel Legt 2023-12-28 14:00:26 +02:00
parent 458994d422
commit 42960aabeb
1 changed files with 24 additions and 1 deletions

View File

@ -47,7 +47,6 @@
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"codetogether.userName": "Kato",
"workbench.colorTheme": "Chalkboard",
"typescript.updateImportsOnFileMove.enabled": "always",
"git.ignoreRebaseWarning": true,
"glassit.alpha": 255,
@ -89,4 +88,28 @@
"gitlens.telemetry.enabled": false,
"intelephense.telemetry.enabled": false,
"terminal.integrated.smoothScrolling": true,
"workbench.colorTheme": "Gruvbox Dark Medium",
"workbench.iconTheme": "gruvbox-material-icon-theme",
"editor.inlayHints.fontFamily": "Kongtext",
"material-icon-theme.showWelcomeMessage": false,
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"backend": {
"path": "bash",
"overrideName": true,
"icon": "server",
"color": "terminal.ansiCyan"
},
"frontend": {
"path": "bash",
"overrideName": true,
"icon": "open-preview",
"color": "terminal.ansiMagenta"
}
}
}