Enable git in vscode, but only for the gutter

This commit is contained in:
2020-03-28 17:31:12 +01:00
parent f6ff6e3a96
commit 32b419c5f5

View File

@@ -20,8 +20,6 @@
"editor.rulers": [
80
],
// Disable git support (and annoying popups) in IDE
"git.enabled": false,
// Disable [confusing] file icons in Explorer
"workbench.iconTheme": null,
"editor.codeActionsOnSave": {
@@ -49,5 +47,9 @@
"window.newWindowDimensions": "maximized",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"git.decorations.enabled": false,
"git.detectSubmodules": false,
"git.enableStatusBarSync": false,
"git.ignoreMissingGitWarning": true
}