plugin_dependencies.md: Add YAML plugin ID to the bundled plugins list

This commit is contained in:
Karol Lewandowski 2023-10-17 14:01:54 +02:00
parent add1b41c30
commit 68802bec6c

View File

@ -63,6 +63,7 @@ See also [](extension_point_list.md#intellij-community-plugins) and [](plugin_co
| Maven | `org.jetbrains.idea.maven` | | | Maven | `org.jetbrains.idea.maven` | |
| Spring | `com.intellij.spring` | [](spring_api.md) | | Spring | `com.intellij.spring` | [](spring_api.md) |
| Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) | | Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) |
| YAML | `org.jetbrains.plugins.yaml` | |
### Preparing Sandbox ### Preparing Sandbox