Files
openide/plugins/github/resources/intellij.vcs.github.tracker.xml
Andrey Belyaev 122ae88d50 [github] IDEA-308234 Add support for GitHub Actions in IntelliJ Ultimate
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
2024-01-15 21:11:30 +00:00

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>