mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Adopt latest monaco-editor-core
This commit is contained in:
parent
ecfce903c4
commit
e294277b7e
4 changed files with 24 additions and 1 deletions
5
test/css.mock.js
Normal file
5
test/css.mock.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
define('vs/css', [], {
|
||||
load: function(name, req, load) {
|
||||
load({});
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue