Adopt latest monaco-editor-core

This commit is contained in:
Alexandru Dima 2021-01-29 00:13:12 +01:00
parent 7a07b3daf7
commit ecd888cdc5
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 7 additions and 5 deletions

View file

@ -20,4 +20,6 @@ define('vs/nls', [], {
}
});
define(['vs/editor/editor.main', function () {}]);
define(['vs/editor/editor.main'], function (api) {
global.monaco = api;
});