From 12c9019c8bff138e48530e784ab10778179394af Mon Sep 17 00:00:00 2001 From: Vishesh Saluja Date: Sat, 18 May 2024 16:07:45 -0400 Subject: [PATCH] debugger-removed(Monaco-workerMain) --- .../static/js/Monaco-Editor/dev/vs/base/worker/workerMain.js | 2 +- src/main/resources/static/js/gw.process.util.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/js/Monaco-Editor/dev/vs/base/worker/workerMain.js b/src/main/resources/static/js/Monaco-Editor/dev/vs/base/worker/workerMain.js index b4216bb83..092c5d64c 100644 --- a/src/main/resources/static/js/Monaco-Editor/dev/vs/base/worker/workerMain.js +++ b/src/main/resources/static/js/Monaco-Editor/dev/vs/base/worker/workerMain.js @@ -11308,7 +11308,7 @@ define(__m[8/*vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgo if (!valid && this.valid) { this.valid = false; // timeout reached // eslint-disable-next-line no-debugger - debugger; // WARNING: Most likely debugging caused the timeout. Call `this.disable()` to continue without timing out. + // debugger; // WARNING: Most likely debugging caused the timeout. Call `this.disable()` to continue without timing out. } return this.valid; } diff --git a/src/main/resources/static/js/gw.process.util.js b/src/main/resources/static/js/gw.process.util.js index 1db36637b..85602ad82 100644 --- a/src/main/resources/static/js/gw.process.util.js +++ b/src/main/resources/static/js/gw.process.util.js @@ -115,7 +115,7 @@ GW.process.util = { formatOnType: true, showFoldingControls: 'always', wordWrap: 'on', - scrollBeyondLastLine: true, + // scrollBeyondLastLine: true, }); GW.process.editor = editor; @@ -165,7 +165,7 @@ GW.process.util = { formatOnType: true, showFoldingControls: 'always', wordWrap: 'on', - scrollBeyondLastLine: true, + // scrollBeyondLastLine: true, }); GW.process.editor = editor;