Created
May 3, 2018 06:45
-
-
Save stackdumper/0670b95518f9ccd2045f6e0cf272561d to your computer and use it in GitHub Desktop.
VSCode config
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.startupEditor": "newUntitledFile", | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"workbench.colorTheme": "City Lights", | |
"editor.fontSize": 18, | |
"editor.folding": false, | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.lineHeight": 26, | |
"editor.lineNumbers": "off", | |
"editor.matchBrackets": false, | |
"editor.minimap.enabled": false, | |
"editor.occurrencesHighlight": false, | |
"editor.overviewRulerBorder": false, | |
"editor.renderIndentGuides": false, | |
"editor.renderLineHighlight": "none", | |
"editor.scrollbar.horizontal": "hidden", | |
"explorer.openEditors.visible": 0, | |
"window.zoomLevel": -1, | |
"workbench.activityBar.visible": false, | |
"workbench.colorTheme": "Subliminal", | |
"workbench.iconTheme": "file-icons", | |
"workbench.editor.showIcons": false, | |
"workbench.statusBar.visible": false, | |
"javascript.validate.enable": false, | |
"editor.suggestOnTriggerCharacters": false, | |
"editor.parameterHints": false, | |
"editor.quickSuggesstions": true, | |
"editor.hover": false, | |
"editor.snippetSuggestions": "top" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment