mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
[pycharm] finish community migration to v2
# Conflicts: # community/python/pluginCore/resources/META-INF/plugin.xml GitOrigin-RevId: e4d6969fd15a3fddc4d6a03491fb9f9634285edf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1ef0d54b39
commit
67594cdaad
@@ -19,5 +19,6 @@
|
||||
<orderEntry type="module" module-name="intellij.python.ast" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.syntax.core" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -1,4 +1,7 @@
|
||||
<idea-plugin>
|
||||
<dependencies>
|
||||
<module name="intellij.python.syntax.core"/>
|
||||
</dependencies>
|
||||
<extensionPoints>
|
||||
<extensionPoint qualifiedName="Pythonid.pyReferenceResolveProvider"
|
||||
interface="com.jetbrains.python.psi.resolve.PyReferenceResolveProvider"
|
||||
Reference in New Issue
Block a user