See discussion at https://github.com/Microsoft/vscode/issues/24735#issuecomment-305712978
If we don't disable we should use the same background color as the editor.
/cc @bpasero
I don't know whether you want user feedback here, but imo I think this is useless most of the time, since it is by definition to show what's going on, which changes really often and thus only consumes cpu I would like to give to the process which actually needs it.
I have disabled the minimap in output. To bring it back the user has to explicitly add the following in his settings:
"[Log]": {
"editor.minimap.enabled": true
}
Will this rollout in June's release or in this release?
@jens1o in june as the milestone says
Okay, then I'll stick to Insiders Release. ;)
Most helpful comment
I don't know whether you want user feedback here, but imo I think this is useless most of the time, since it is by definition to show what's going on, which changes really often and thus only consumes cpu I would like to give to the process which actually needs it.