26 lines
880 B
Nix
26 lines
880 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" = "vscode-icons";
|
|
"workbench.editor.untitled.hint" = "hidden";
|
|
"editor.autoClosingDelete" = "never";
|
|
"editor.autoClosingOvertype" = "never";
|
|
"editor.autoClosingBrackets" = "never";
|
|
"editor.autoClosingQuotes" = "never";
|
|
"indentRainbow.colors" = [
|
|
"rgba(255,255,64,0.2)"
|
|
"rgba(127,255,127,0.2)"
|
|
"rgba(255,127,255,0.2)"
|
|
"rgba(79,236,236,0.2)"
|
|
];
|
|
"hediet.vscode-drawio.theme" = "dark";
|
|
} |