From 8ab79f3837c1b9803525b37af9412fa0756db34e Mon Sep 17 00:00:00 2001 From: Liad Yosef Date: Tue, 23 Jan 2024 15:04:10 +0200 Subject: [PATCH] Remove minimap from VS code (#4784) --- vscode-build/vscode.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/vscode-build/vscode.patch b/vscode-build/vscode.patch index 1c713871e4d0..b1508679304c 100644 --- a/vscode-build/vscode.patch +++ b/vscode-build/vscode.patch @@ -854,6 +854,19 @@ index 534fe232636..b41446430f0 100644 + create(document.body, config) +})() \ No newline at end of file +diff --git a/src/vs/editor/common/config/editorOptions.ts b/src/vs/editor/common/config/editorOptions.ts +index 7d8189c50be..125b6c89d0b 100644 +--- a/src/vs/editor/common/config/editorOptions.ts ++++ b/src/vs/editor/common/config/editorOptions.ts +@@ -2560,7 +2560,7 @@ class EditorMinimap extends BaseEditorOption