* Updated vscode config
This commit is contained in:
parent
458994d422
commit
42960aabeb
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue