Skip to content

Commit

Permalink
Merge pull request #520 from VisheshSaluja/Monaco-Editor
Browse files Browse the repository at this point in the history
debugger-removed(Monaco-workerMain)
  • Loading branch information
ZihengSun authored May 18, 2024
2 parents 1829d80 + 12c9019 commit 2d1d2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/static/js/gw.process.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GW.process.util = {
formatOnType: true,
showFoldingControls: 'always',
wordWrap: 'on',
scrollBeyondLastLine: true,
// scrollBeyondLastLine: true,
});

GW.process.editor = editor;
Expand Down Expand Up @@ -165,7 +165,7 @@ GW.process.util = {
formatOnType: true,
showFoldingControls: 'always',
wordWrap: 'on',
scrollBeyondLastLine: true,
// scrollBeyondLastLine: true,
});

GW.process.editor = editor;
Expand Down

0 comments on commit 2d1d2df

Please sign in to comment.