actualiza settings de codium

This commit is contained in:
Fabián Montero 2022-05-03 18:34:51 -06:00
parent f36e352257
commit 7c7ed6a7e0

View file

@ -11,4 +11,9 @@
"editor.smoothScrolling" = true;
"editor.rulers" = [80 120];
"workbench.iconTheme" = "simple-icons";
"workbench.editor.untitled.hint" = "hidden";
"editor.autoClosingDelete" = "never";
"editor.autoClosingOvertype" = "never";
"editor.autoClosingBrackets" = "never";
"editor.autoClosingQuotes" = "never";
}