Created
September 14, 2018 08:37
-
-
Save python012/263d7b43919d3b301e4a81eaa8b0696f to your computer and use it in GitHub Desktop.
VS Code settings as json file
This file contains 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
{ | |
"explorer.confirmDelete": false, | |
"workbench.iconTheme": "vscode-great-icons", | |
"editor.minimap.enabled": true, | |
"terminal.integrated.rendererType": "dom", | |
"editor.renderWhitespace": "none", | |
"files.autoSave": "afterDelay", | |
"editor.wrappingIndent": "none", | |
"window.zoomLevel": 0, | |
"vsicons.dontShowNewVersionMessage": true, | |
"workbench.statusBar.feedback.visible": false, | |
"workbench.colorTheme": "macOS", | |
"window.title": "${activeEditorMedium}", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment