Last active
November 7, 2019 21:58
-
-
Save masautt/b901402f2202a3e5bf756f07c9c213ab to your computer and use it in GitHub Desktop.
VSCode 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
{ | |
"editor.accessibilitySupport": "off", | |
"editor.mouseWheelZoom": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.detectIndentation": false, | |
"explorer.confirmDelete": false, | |
"editor.wordWrap": "on", | |
"editor.minimap.enabled": false, | |
"terminal.integrated.rendererType": "dom", | |
"workbench.colorTheme": "One Dark Pro Vivid", | |
"sync.autoDownload": true, | |
"sync.autoUpload": true | |
} |
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
This is another test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment