Last active
March 2, 2018 22:22
-
-
Save DevEarley/1d2937800c2a1443bcc90b84092ba6ff to your computer and use it in GitHub Desktop.
My Studio Code settings
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
{ | |
"window.menuBarVisibility": "toggle", | |
"workbench.activityBar.visible": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.roundedSelection": false, | |
"editor.minimap.enabled": true, | |
"editor.minimap.renderCharacters": false, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": false, | |
"strings": true | |
}, | |
"editor.formatOnType": true, | |
"explorer.openEditors.visible": 10, | |
"explorer.autoReveal": false, | |
"explorer.enableDragAndDrop": false, | |
"explorer.openEditors.dynamicHeight": false, | |
"workbench.editor.showTabs": false, | |
"material-icon-theme.showUpdateMessage": false, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"vsicons.dontShowNewVersionMessage": true, | |
"window.zoomLevel": 0, | |
"extensions.ignoreRecommendations": true, | |
"omnisharp.autoStart": false, | |
"material-icon-theme.angular.iconsEnabled": true, | |
"editor.wordWrap": "on", | |
"editor.wrappingIndent": "same", | |
"html.format.wrapLineLength": 0, | |
"html.format.indentInnerHtml": true, | |
"html.format.wrapAttributes": "force-aligned" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment