How can I disable the annoying coloured bar in the gutter that shows me where a file has been changed. Shown below to the left of "os"
and "runtime/trace"
Asked
Active
Viewed 4,444 times
1

Gary Willoughby
- 50,926
- 41
- 133
- 199
-
in workspace settings, add "editor.codeLens": false – Jun 20 '18 at 19:05
1 Answers
8
Go File -> Settings -> User Settings -> and add this line
"git.enabled": false

Anwar Hossain
- 654
- 6
- 21
-
3Although this does indeed remove it, I want to preserve all other git functionality. I've raised an issue. https://github.com/Microsoft/vscode/issues/37975 – Gary Willoughby Nov 09 '17 at 18:27