disable code lense for the output editor (#226971)
fixes https://github.com/microsoft/vscode/issues/226938pull/226996/head
parent
bba915f0c5
commit
dea4412243
|
@ -185,6 +185,7 @@ class OutputEditor extends AbstractTextResourceEditor {
|
|||
options.lineDecorationsWidth = 20;
|
||||
options.rulers = [];
|
||||
options.folding = false;
|
||||
options.codeLens = false;
|
||||
options.scrollBeyondLastLine = false;
|
||||
options.renderLineHighlight = 'none';
|
||||
options.minimap = { enabled: false };
|
||||
|
|
Loading…
Reference in New Issue