Files
openide/plugins/github/community/resources/META-INF/plugin.xml
Ivan Semenov 39ae96520d [github] allow patch updates to the bundled github plugin
GitOrigin-RevId: a3c12e6392317fc99e14980f7f977f7cae44ee95
2024-06-24 17:40:51 +00:00

33 lines
1.2 KiB
XML

<idea-plugin package="org.jetbrains.plugins.github" xmlns:xi="http://www.w3.org/2001/XInclude"
allow-bundled-update="true">
<name>GitHub</name>
<id>org.jetbrains.plugins.github</id>
<vendor>JetBrains</vendor>
<category>Version Controls</category>
<description>
<![CDATA[
Provides integration with <a href="https://github.com/">GitHub</a>.
<ul>
<li>Specify your GitHub account to access all of your repositories from the IDE.</li>
<li>Clone repositories, create and review pull requests, create gists, and much more.</li>
</ul>
<p>To configure, open <b>Settings / Preferences</b> and go to Version Control | GitHub.</p>
<p>Requires the Git plugin.</p>
]]>
</description>
<incompatible-with>com.intellij.modules.ultimate</incompatible-with>
<dependencies>
<plugin id="com.intellij.modules.lang"/>
<plugin id="Git4Idea"/>
<module name="intellij.platform.collaborationTools"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij">
<pluginSuggestionProvider implementation="org.jetbrains.plugins.github.GitHubUltimateSuggestionProvider"/>
</extensions>
<xi:include href="/META-INF/github-core-config.xml"/>
</idea-plugin>