[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

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