mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
The process is described in `ModulesSdkConfigurator` doc. GitOrigin-RevId: 2a230c0f4cf6676108406c1af53f38dc0873f282
10 lines
397 B
XML
10 lines
397 B
XML
<idea-plugin visibility="internal">
|
|
<dependencies>
|
|
<module name="intellij.python.common"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<registryKey defaultValue="false" description="Configure SDK for modules which lack thereof in automatic manner"
|
|
key="intellij.python.sdkConfigurator.auto" restartRequired="true"/>
|
|
</extensions>
|
|
</idea-plugin>
|