Adopt latest monaco-editor-core

This commit is contained in:
Alex Dima 2017-06-30 18:35:38 +02:00
parent ecfce903c4
commit e294277b7e
4 changed files with 24 additions and 1 deletions

5
test/css.mock.js Normal file
View file

@ -0,0 +1,5 @@
define('vs/css', [], {
load: function(name, req, load) {
load({});
}
});