Created
March 31, 2023 13:08
-
-
Save tomgobich/db896b18baaf2bdfebdd3e34c3d8e51e to your computer and use it in GitHub Desktop.
Adocasts VCCode Settings JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "editor.fontFamily": "'Operator Mono Light','Dank Mono','Cascadia Code Light', Menlo, Monaco, 'Courier New', monospace", | |
| "workbench.colorTheme": "GitHub Blue", | |
| "editor.inlineSuggest.enabled": true, | |
| "workbench.iconTheme": "minimal-icons-without-explorer-arrows", | |
| "editor.tabSize": 2, | |
| "workbench.statusBar.visible": false, | |
| "workbench.fontAliasing": "auto", | |
| "workbench.tips.enabled": false, | |
| "breadcrumbs.enabled": false, | |
| "workbench.editor.tabSizing": "shrink", | |
| "workbench.editor.showTabs": false, | |
| "editor.lineHeight": 2, | |
| "editor.minimap.enabled": false, | |
| "editor.fontSize": 14, | |
| "editor.parameterHints.cycle": true, | |
| "explorer.autoReveal": false, | |
| "debug.internalConsoleOptions": "neverOpen", | |
| "extensions.ignoreRecommendations": true, | |
| "editor.renderWhitespace": "all", | |
| "editor.scrollbar.horizontalScrollbarSize": 3, | |
| "editor.scrollbar.verticalScrollbarSize": 3, | |
| "editor.scrollbar.vertical": "visible", | |
| "gitlens.currentLine.enabled": false, | |
| "gitlens.currentLine.pullRequests.enabled": false, | |
| "gitlens.currentLine.scrollable": false, | |
| "workbench.activityBar.visible": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment