output panel does not support folding

This commit is contained in:
isidor
2016-02-29 11:37:10 +01:00
parent 8b7f21e10b
commit fe58564553
@@ -81,6 +81,7 @@ export class OutputPanel extends StringEditor {
options.glyphMargin = false;
options.lineDecorationsWidth = 20;
options.rulers = [];
options.folding = false;
let channel = this.outputService.getActiveChannel();
options.ariaLabel = channel ? nls.localize('outputPanelWithInputAriaLabel', "{0}, Output panel", channel) : nls.localize('outputPanelAriaLabel', "Output panel");