this repo has no description
0
fork

Configure Feed

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

vscode: font and line height

+3 -2
+3 -2
vscode/settings.json
··· 23 23 "editor.formatOnSave": true, 24 24 "editor.inlineSuggest.enabled": true, 25 25 26 - "terminal.integrated.fontSize": 14, 26 + "terminal.integrated.fontSize": 15, 27 27 "terminal.integrated.lineHeight": 0, 28 28 "terminal.integrated.minimumContrastRatio": 1, 29 29 "terminal.integrated.persistentSessionReviveProcess": "never", ··· 112 112 "aws.telemetry": false, 113 113 114 114 "atlascode.jira.enabled": true, 115 - "atlascode.bitbucket.enabled": false 115 + "atlascode.bitbucket.enabled": false, 116 + "editor.lineHeight": 1.4 116 117 }