mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Adopt latest monaco-editor-core
This commit is contained in:
parent
7a07b3daf7
commit
ecd888cdc5
3 changed files with 7 additions and 5 deletions
|
|
@ -20,4 +20,6 @@ define('vs/nls', [], {
|
|||
}
|
||||
});
|
||||
|
||||
define(['vs/editor/editor.main', function () {}]);
|
||||
define(['vs/editor/editor.main'], function (api) {
|
||||
global.monaco = api;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue