Created
February 9, 2018 00:50
-
-
Save clarkio/0904cb760c77ec9c67cd38971b0e70cb to your computer and use it in GitHub Desktop.
Archive VS Code Settings 08022018
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
{ | |
"workbench.editor.tabSizing": "shrink", | |
"explorer.openEditors.visible": 0, | |
"window.zoomLevel": 1, | |
"git.confirmSync": false, | |
"prettier.singleQuote": true, | |
"prettier.printWidth": 120, | |
"editor.lineNumbers": "on", | |
"editor.lineHeight": 0, | |
"files.autoSave": "afterDelay", | |
"files.autoSaveDelay": 2000, | |
"workbench.startupEditor": "welcomePage", | |
"workbench.activityBar.visible": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"window.newWindowDimensions": "maximized", | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline", | |
"editor.minimap.enabled": false, | |
"editor.showFoldingControls": "always", | |
"update.channel": "default", | |
"[markdown]": { | |
"editor.wordWrap": "off" | |
}, | |
"sync.gist": "61ca46844ee65d2e9f4187c327eaafbd", | |
"sync.lastUpload": "2017-10-30T05:59:50.771Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "", | |
"sync.forceDownload": false, | |
"sync.anonymousGist": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"bracketPairColorizer.forceUniqueOpeningColor": true, | |
"editor.snippetSuggestions": "top", | |
"vscode_custom_css.imports": [ | |
"file://Users/bc/.vscodestyles.css" | |
], | |
"azure.resourceFilter": [ | |
"72f988bf-86f1-41af-91ab-2d7cd011db47/66c92e44-8940-475e-8cd8-9eed4830c756" | |
], | |
"workbench.colorTheme": "Winter is Coming (Dark)", | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment