Skip to content

Instantly share code, notes, and snippets.

@lambda-mike
Created May 11, 2020 10:22
Show Gist options
  • Save lambda-mike/a7def72294733521f2b6a9a0a4a768df to your computer and use it in GitHub Desktop.
Save lambda-mike/a7def72294733521f2b6a9a0a4a768df to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.iconTheme": "vscode-icons",
"editor.wordWrap": "on",
"editor.minimap.enabled": true,
"zenMode.hideTabs": false,
"zenMode.hideStatusBar": false,
"extensions.autoUpdate": true,
"telemetry.enableTelemetry": false,
"vim.hlsearch": true,
"vim.statusBarColorControl": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment