change indiffeditor (#11943)

This commit is contained in:
Laura Jiang
2020-08-24 19:22:16 -07:00
committed by GitHub
parent 52ec96e4f1
commit 8e74ce1881

View File

@@ -58,7 +58,7 @@ export class QueryTextEditor extends BaseTextEditor {
protected getConfigurationOverrides(): IEditorOptions {
const options = super.getConfigurationOverrides();
if (this.input) {
options.inDiffEditor = true;
options.inDiffEditor = false;
options.scrollBeyondLastLine = false;
options.folding = false;
options.renderIndentGuides = false;