Skip to content

Instantly share code, notes, and snippets.

@killedbymemory
Created February 18, 2020 03:12
Show Gist options
  • Save killedbymemory/7691097b09ef7e5ea317bb8ced419261 to your computer and use it in GitHub Desktop.
Save killedbymemory/7691097b09ef7e5ea317bb8ced419261 to your computer and use it in GitHub Desktop.
VSCode settings for Windows
{
"window.zoomLevel": 1,
"workbench.editor.enablePreview": false,
"editor.minimap.enabled": false,
"workbench.panel.defaultLocation": "right",
"terminal.integrated.scrollback": 1000000,
"workbench.iconTheme": "vscode-icons",
"gitlens.codeLens.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.currentLine.enabled": false,
"workbench.colorTheme": "Night Owl",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,
"git.path": "c://git//bin//git.exe",
"terminal.integrated.shell.windows": "C:\\Git\\bin\\bash.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment