this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode fonts

+2 -3
+2 -3
vscode/settings.json
··· 12 12 "window.autoDetectColorScheme": true, 13 13 "window.autoDetectHighContrast": false, 14 14 15 - "editor.fontFamily": "'Iosevka Nerd Font', 'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace", 16 - "editor.fontSize": 15, 15 + "editor.fontSize": 14, 17 16 "editor.tabSize": 2, 18 17 "editor.cursorStyle": "block", 19 18 "editor.lightbulb.enabled": "off", ··· 23 22 "editor.formatOnSave": true, 24 23 "editor.inlineSuggest.enabled": true, 25 24 26 - "terminal.integrated.fontSize": 15, 25 + "terminal.integrated.fontSize": 14, 27 26 "terminal.integrated.lineHeight": 0, 28 27 "terminal.integrated.minimumContrastRatio": 1, 29 28 "terminal.integrated.persistentSessionReviveProcess": "never",