Created
February 18, 2020 03:12
-
-
Save killedbymemory/7691097b09ef7e5ea317bb8ced419261 to your computer and use it in GitHub Desktop.
VSCode settings for Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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