update monaco model and antedit

This commit is contained in:
DanyLE
2022-06-03 19:30:11 +02:00
parent 6440635959
commit 9b4dddec87
222 changed files with 6825 additions and 19404 deletions

View File

@ -6,6 +6,7 @@ The editor functionality can be extended by its extension mechanism.
Extension can be developed/released/isntalled by the editor itself.
### Change logs
- 0.1.16-b: use the new version of monaco editor
- 0.1.14-b: improve output log display
- 0.1.13-b: Allow file upload in file view, add menu context in tabbar
- 0.1.12-b: fix recent files not adding correctly

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@iohub.dev"
},
"version": "0.1.14-b",
"version": "0.1.16-b",
"category": "Development",
"iconclass": "bi bi-journal-code",
"mimes": [
@ -18,7 +18,7 @@
"dir"
],
"dependencies": [
"MonacoCore@0.23.0-r"
"MonacoCore@0.33.0-r"
],
"locale": {
"en_GB": {