mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Move into monaco-editor directory
This commit is contained in:
parent
eb6034e8a5
commit
497507ffee
426 changed files with 0 additions and 0 deletions
|
|
@ -1 +0,0 @@
|
|||
<div id="container" style="height:100%;"></div>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
var originalModel = monaco.editor.createModel("heLLo world!", "text/plain");
|
||||
var modifiedModel = monaco.editor.createModel("hello orlando!", "text/plain");
|
||||
|
||||
var diffEditor = monaco.editor.createDiffEditor(document.getElementById("container"));
|
||||
diffEditor.setModel({
|
||||
original: originalModel,
|
||||
modified: modifiedModel
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue