configura codium
This commit is contained in:
parent
fe03d4bbc5
commit
22e66b22b0
|
@ -6,4 +6,7 @@
|
||||||
"workbench.startupEditor" = "none";
|
"workbench.startupEditor" = "none";
|
||||||
"workbench.colorTheme" = "Default High Contrast";
|
"workbench.colorTheme" = "Default High Contrast";
|
||||||
"editor.mouseWheelZoom" = true;
|
"editor.mouseWheelZoom" = true;
|
||||||
|
"editor.cursorSmoothCaretAnimation" = true;
|
||||||
|
"workbench.list.smoothScrolling" = true;
|
||||||
|
"editor.smoothScrolling" = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue