mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Add diff editor test page
This commit is contained in:
parent
f59fa81626
commit
2b855d64b6
3 changed files with 477 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ var editor = monaco.editor.create(document.getElementById('container'), {
|
|||
wrappingColumn: WRAPPING_COLUMN,
|
||||
outlineMarkers: false,
|
||||
renderWhitespace: true,
|
||||
minimap: {
|
||||
enabled: true
|
||||
}
|
||||
// scrollbar: {
|
||||
// verticalHasArrows: true,
|
||||
// horizontalHasArrows: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue