mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
10 lines
559 B
XML
10 lines
559 B
XML
<idea-plugin version="2" url="https://confluence.jetbrains.com/display/PYH/">
|
|
<!-- Components and extensions declared in this file work ONLY in PyCharm and CLion Python plugin, not in Standard Python plugin.
|
|
Both Community and Professional editions. -->
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<projectService serviceInterface="com.jetbrains.python.configuration.PyConfigurableInterpreterList"
|
|
serviceImplementation="com.jetbrains.python.configuration.PyConfigurableInterpreterList"/>
|
|
</extensions>
|
|
</idea-plugin>
|