1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore(vscode): render characters in minimap

This commit is contained in:
Ryan Cao 2023-12-31 20:36:41 +08:00
parent 3689efb73f
commit 2769f06537
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -91,7 +91,7 @@ in {
"editor.fontSize" = 16;
"editor.lineHeight" = 1.5;
"editor.cursorSmoothCaretAnimation" = "on";
"editor.minimap.renderCharacters" = false;
# "editor.minimap.renderCharacters" = false;
"editor.cursorBlinking" = "phase";
"workbench.editor.highlightModifiedTabs" = true;
"workbench.editor.empty.hint" = "hidden";