Vscode: Consider disabling minimap in output

Created on 3 Jun 2017  路  5Comments  路  Source: microsoft/vscode

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

output verification-needed verified

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.

All 5 comments

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. ;)

Was this page helpful?
0 / 5 - 0 ratings