mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[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:
committed by
intellij-monorepo-bot
parent
cd2fc5d585
commit
c5a7514894
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user