Compare commits

..

2 Commits

View File

@@ -44,6 +44,7 @@
"terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'"; "terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'";
"files.autoSave" = "onFocusChange"; "files.autoSave" = "onFocusChange";
"explorer.confirmDragAndDrop" = false; "explorer.confirmDragAndDrop" = false;
"explorer.confirmDelete" = false;
"workbench.colorTheme" = "Gruvbox Dark Medium"; "workbench.colorTheme" = "Gruvbox Dark Medium";
"workbench.iconTheme" = "vscode-icons"; "workbench.iconTheme" = "vscode-icons";
"editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace"; "editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace";