OLD | NEW |
1 { | 1 { |
2 "modules" : [ | 2 "modules" : [ |
3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
4 { "name": "ui", "type": "autostart" }, | 4 { "name": "ui", "type": "autostart" }, |
5 { "name": "host", "type": "autostart" }, | 5 { "name": "host", "type": "autostart" }, |
6 { "name": "common", "type": "autostart" }, | 6 { "name": "common", "type": "autostart" }, |
7 { "name": "workspace", "type": "autostart" }, | 7 { "name": "workspace", "type": "autostart" }, |
8 { "name": "source_frame", "type": "autostart" }, | 8 { "name": "source_frame", "type": "autostart" }, |
9 { "name": "text_editor", "type": "autostart" }, | 9 { "name": "text_editor", "type": "autostart" }, |
10 { "name": "cm_modes", "type": "autostart" }, | 10 { "name": "cm_modes", "type": "autostart" }, |
11 { "name": "diff", "type": "autostart" }, | 11 { "name": "diff", "type": "autostart" }, |
12 { "name": "shell", "type": "autostart" }, | 12 { "name": "shell", "type": "autostart" }, |
13 { "name": "test_runner", "type": "autostart" }, | 13 { "name": "test_runner", "type": "autostart" }, |
14 { "name": "ui_lazy" } | 14 { "name": "inline_editor" }, |
15 ], | 15 { "name": "quick_open" }, |
16 | 16 { "name": "data_grid" } |
17 "has_html": true | 17 ], |
| 18 |
| 19 "has_html": true |
18 } | 20 } |
OLD | NEW |