mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
This update includes extending IntelliJ Ultimate with GitHub Actions support. Key features include tooltips for action references, resolution and auto-completion of action parameters, fetching of tags for referenced actions, caching and updating actions metadata, and gutter icons for actions and branding specifications. GitOrigin-RevId: ed4709e3bac6c57e73469784f7f3b20bf491cc99
8 lines
312 B
XML
8 lines
312 B
XML
<idea-plugin package="org.jetbrains.plugins.github.tasks">
|
|
<dependencies>
|
|
<plugin id="com.intellij.tasks"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<tasks.repositoryType implementation="org.jetbrains.plugins.github.tasks.GithubRepositoryType"/>
|
|
</extensions>
|
|
</idea-plugin> |