Created
July 24, 2017 11:45
-
-
Save johnkors/6bd94dfc544dc67bee63910b651238f6 to your computer and use it in GitHub Desktop.
VS Code user 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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.renderWhitespace": "all", | |
"window.zoomLevel": 0, | |
"workbench.iconTheme": "vscode-icons", | |
"vsicons.projectDetection.autoReload": true, | |
"workbench.activityBar.visible": false, | |
"workbench.statusBar.visible": false, | |
"editor.minimap.enabled": false, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\cmd.exe", | |
"terminal.integrated.shellArgs.windows": ["/K", "C:\\tools\\cmder\\vscode.bat"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C:\tools\cmder\vscode.bat