mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
change indiffeditor (#11943)
This commit is contained in:
@@ -58,7 +58,7 @@ export class QueryTextEditor extends BaseTextEditor {
|
|||||||
protected getConfigurationOverrides(): IEditorOptions {
|
protected getConfigurationOverrides(): IEditorOptions {
|
||||||
const options = super.getConfigurationOverrides();
|
const options = super.getConfigurationOverrides();
|
||||||
if (this.input) {
|
if (this.input) {
|
||||||
options.inDiffEditor = true;
|
options.inDiffEditor = false;
|
||||||
options.scrollBeyondLastLine = false;
|
options.scrollBeyondLastLine = false;
|
||||||
options.folding = false;
|
options.folding = false;
|
||||||
options.renderIndentGuides = false;
|
options.renderIndentGuides = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user