Skip to content

Instantly share code, notes, and snippets.

@bolinocroustibat
Created February 7, 2019 20:37
Show Gist options
  • Save bolinocroustibat/f97c760d2bab97aa779e5662802f5efe to your computer and use it in GitHub Desktop.
Save bolinocroustibat/f97c760d2bab97aa779e5662802f5efe to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.colorTheme": "Dracula Soft",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"workbench.iconTheme": "vscode-icons",
// Controls the font size in pixels.
"editor.fontSize": 14,
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.tabCompletion": "on",
"editor.rulers": [
79,
88,
120
],
"vsicons.projectDetection.autoReload": true,
"breadcrumbs.enabled": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
"telemetry.enableTelemetry": false,
"window.zoomLevel": 0,
"autoimport.showNotifications": true,
"kite.showWelcomeNotificationOnStartup": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment