this repo has no description
0
fork

Configure Feed

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

vscode: line height, json default formatter

+5 -3
+5 -3
vscode/settings.json
··· 14 14 15 15 "editor.fontFamily": "'Input Mono Condensed', Menlo, Monaco, 'Courier New', monospace", 16 16 "editor.fontSize": 14, 17 + "editor.lineHeight": 1.3, 17 18 "editor.tabSize": 2, 18 19 "editor.cursorStyle": "block", 19 20 "editor.lightbulb.enabled": "off", ··· 24 25 "editor.inlineSuggest.enabled": true, 25 26 26 27 "terminal.integrated.fontSize": 15, 27 - "terminal.integrated.lineHeight": 0, 28 28 "terminal.integrated.minimumContrastRatio": 1, 29 29 "terminal.integrated.persistentSessionReviveProcess": "never", 30 30 "terminal.integrated.shellIntegration.enabled": false, ··· 100 100 "editor.formatOnType": true, 101 101 "editor.tabSize": 4 102 102 }, 103 + "[json]": { 104 + "editor.defaultFormatter": "esbenp.prettier-vscode" 105 + }, 103 106 "yaml.schemas": { 104 107 "file:///Users/sethetter/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 105 108 }, ··· 112 115 "aws.telemetry": false, 113 116 114 117 "atlascode.jira.enabled": true, 115 - "atlascode.bitbucket.enabled": false, 116 - "editor.lineHeight": 1.4 118 + "atlascode.bitbucket.enabled": false 117 119 }