Skip to content

Instantly share code, notes, and snippets.

@python012
Created September 14, 2018 08:37
Show Gist options
  • Save python012/263d7b43919d3b301e4a81eaa8b0696f to your computer and use it in GitHub Desktop.
Save python012/263d7b43919d3b301e4a81eaa8b0696f to your computer and use it in GitHub Desktop.
VS Code settings as json file
{
"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