We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72e1a3 commit a687c95Copy full SHA for a687c95
src/main/resources/web/dist/monaco.js
@@ -1,4 +1,4 @@
1
-const maxAllowedHeight = 600;
+const maxAllowedHeight = 5000;
2
3
function mymonaco(config) {
4
require.config({paths: {'vs': 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.39.0/min/vs'}});
src/main/resources/web/dist/utils.js
@@ -3,7 +3,7 @@ function getEditorOptions(config, text) {
value: text,
readOnly: true,
5
language: getLanguage(config),
6
- automaticLayout: config.spv !== true,
+ automaticLayout: true,
7
scrollBeyondLastLine: false,
8
lineDecorationsWidth: 0,
9
glyphMargin: false,
0 commit comments