mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
9 lines
312 B
XML
9 lines
312 B
XML
<idea-plugin package="git4idea.terminal">
|
|
<dependencies>
|
|
<plugin id="org.jetbrains.plugins.terminal"/>
|
|
</dependencies>
|
|
|
|
<extensions defaultExtensionNs="org.jetbrains.plugins.terminal">
|
|
<commandSpecsProvider implementation="git4idea.terminal.GitCommandSpecsProvider"/>
|
|
</extensions>
|
|
</idea-plugin> |