mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
include basic vscode settings for github codespaces
This commit is contained in:
parent
ab4858ecb2
commit
de97552aa5
1 changed files with 9 additions and 0 deletions
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', Consolas, 'Courier New', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"terminal.integrated.fontFamily": "'JetBrains Mono NerdFont Mono'",
|
||||
"redhat.telemetry.enabled": false,
|
||||
"workbench.colorTheme": "Tokyo Night",
|
||||
"workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-dark",
|
||||
"workbench.productIconTheme": "icons-carbon",
|
||||
}
|
Loading…
Reference in a new issue