mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
'intellij.yaml.frontend.split' module is now registered in the main YAML plugin, and the plugin is reused for the frontend variant of the IDE. Dependency on JSON is temporarily removed from the plugin.xml, because the corresponding module isn't available in the frontend IDE. It'll be replaced by a dependency on a shared JSON module later. Since currently it isn't possible to specify that a content module is required when running in backend mode and isn't required when running in the frontend mode (see IJPL-177060), additional modules are registered as optional for now. GitOrigin-RevId: e47ad87e2de4d34e5fa1b235d50c88a80cf949dc
9 lines
268 B
YAML
9 lines
268 B
YAML
- name: lib/modules/intellij.yaml.backend.jar
|
|
contentModules:
|
|
- name: intellij.yaml.backend
|
|
- name: lib/modules/intellij.yaml.frontend.split.jar
|
|
contentModules:
|
|
- name: intellij.yaml.frontend.split
|
|
- name: lib/yaml.jar
|
|
contentModules:
|
|
- name: intellij.yaml |