We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36890f8 commit 1e8565dCopy full SHA for 1e8565d
src/vs/editor/browser/widget/diffEditorWidget.ts
@@ -1077,6 +1077,7 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE
1077
// Clone scrollbar options before changing them
1078
clonedOptions.scrollbar = { ...(clonedOptions.scrollbar || {}) };
1079
clonedOptions.scrollbar.vertical = 'visible';
1080
+ clonedOptions.folding = false;
1081
clonedOptions.codeLens = this._options.diffCodeLens;
1082
clonedOptions.fixedOverflowWidgets = true;
1083
// clonedOptions.lineDecorationsWidth = '2ch';
0 commit comments