From 28057914cd371296151562ddc339930325c95895 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 6 Oct 2025 22:29:41 -0400 Subject: refactor: disable more font rendering in vscode --- .config/Code/User/settings.json | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to '.config/Code/User/settings.json') diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 6932113..3060c7b 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -70,11 +70,74 @@ }, "*.italic": { "fontStyle": "" + }, + "*.underline": { + "fontStyle": "" + }, + "*.strikethrough": { + "fontStyle": "" + }, + "comment.bold": { + "fontStyle": "" + }, + "comment.italic": { + "fontStyle": "" + }, + "keyword.bold": { + "fontStyle": "" + }, + "keyword.italic": { + "fontStyle": "" + }, + "string.bold": { + "fontStyle": "" + }, + "string.italic": { + "fontStyle": "" + }, + "variable.bold": { + "fontStyle": "" + }, + "variable.italic": { + "fontStyle": "" + }, + "function.bold": { + "fontStyle": "" + }, + "function.italic": { + "fontStyle": "" + }, + "class.bold": { + "fontStyle": "" + }, + "class.italic": { + "fontStyle": "" + }, + "type.bold": { + "fontStyle": "" + }, + "type.italic": { + "fontStyle": "" } } }, "[markdown]": { "editor.fontWeight": "normal" }, + "editor.fontLigatures": false, + "editor.renderWhitespace": "none", + "editor.renderControlCharacters": false, + "editor.bracketPairColorization.enabled": false, + "editor.guides.bracketPairs": false, + "editor.guides.bracketPairsHorizontal": false, + "editor.guides.highlightActiveBracketPair": false, + "editor.guides.indentation": false, + "editor.inlayHints.enabled": "off", + "editor.colorDecorators": false, + "editor.lightbulb.enabled": "off", + "editor.glyphMargin": false, + "editor.folding": false, + "workbench.editor.decorations.colors": false, + "workbench.editor.decorations.badges": false, "chat.agent.maxRequests": 50, } \ No newline at end of file -- cgit v1.2.3