15 lines
485 B
Nix
15 lines
485 B
Nix
{
|
|
"files.autoSave" = "onFocusChange";
|
|
"explorer.confirmDelete" = false;
|
|
"explorer.confirmDragAndDrop" = false;
|
|
"security.workspace.trust.enabled" = false;
|
|
"workbench.startupEditor" = "none";
|
|
"workbench.colorTheme" = "Default High Contrast";
|
|
"editor.mouseWheelZoom" = true;
|
|
"editor.cursorSmoothCaretAnimation" = true;
|
|
"workbench.list.smoothScrolling" = true;
|
|
"editor.smoothScrolling" = true;
|
|
"editor.rulers" = [80 120];
|
|
"workbench.iconTheme" = "simple-icons";
|
|
}
|