[python] specify visibility for modules used from other plugins (IJPL-207059)

'intellij.python.sdkConfigurator.common' is marked as 'public' since it includes public API, other two modules are marked as 'internal'.

GitOrigin-RevId: 5c2d00cd0b20f9c46ec15c50e3cb0b13a8bf999c
This commit is contained in:
Nikolay Chashnikov
2025-10-15 11:38:37 +00:00
committed by intellij-monorepo-bot
parent cd2fc5d585
commit c5a7514894
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="public">
<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>