Skip to content

Instantly share code, notes, and snippets.

@johnkors
Created July 24, 2017 11:45
Show Gist options
  • Save johnkors/6bd94dfc544dc67bee63910b651238f6 to your computer and use it in GitHub Desktop.
Save johnkors/6bd94dfc544dc67bee63910b651238f6 to your computer and use it in GitHub Desktop.
VS Code user settings
// 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"]
}
@johnkors
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment