[json] IJPL-159354 Add explicit dependencies on JSON plugin in PyCharm Community

GitOrigin-RevId: 02afec0731cc1c71b812a44023b01d92bd091503
This commit is contained in:
Nikita Katkov
2024-07-30 15:52:39 +02:00
committed by intellij-monorepo-bot
parent 7daa607d3d
commit aacd74b83b
3 changed files with 3 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ intellij.vcs.git
intellij.vcs.gitlab
intellij.vcs.hg
intellij.vcs.svn
intellij.json
intellij.yaml
intellij.performanceTesting

View File

@@ -13,4 +13,5 @@
<!-- Required for PythonCore plugin -->
<essential-plugin>org.toml.lang</essential-plugin>
<essential-plugin>com.intellij.modules.json</essential-plugin>
</component>

View File

@@ -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>