mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[json] IJPL-159354 Add explicit dependencies on JSON plugin in PyCharm Community
GitOrigin-RevId: 02afec0731cc1c71b812a44023b01d92bd091503
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7daa607d3d
commit
aacd74b83b
@@ -27,5 +27,6 @@ intellij.vcs.git
|
||||
intellij.vcs.gitlab
|
||||
intellij.vcs.hg
|
||||
intellij.vcs.svn
|
||||
intellij.json
|
||||
intellij.yaml
|
||||
intellij.performanceTesting
|
||||
@@ -13,4 +13,5 @@
|
||||
|
||||
<!-- Required for PythonCore plugin -->
|
||||
<essential-plugin>org.toml.lang</essential-plugin>
|
||||
<essential-plugin>com.intellij.modules.json</essential-plugin>
|
||||
</component>
|
||||
|
||||
@@ -24,6 +24,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.modules.lang"/>
|
||||
<plugin id="com.intellij.modules.python-core-capable"/>
|
||||
<plugin id="com.intellij.modules.json"/>
|
||||
<plugin id="org.toml.lang"/>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user