Files
openide/python/python-pytools/tests/testResources/intellij.python.pytools.tests.xml
T
Vitaly Legchilkinandintellij-monorepo-bot 29012a7608 PY-90394 don't persist Python tool settings left at their defaults
Drop a ToolEntry from PyToolsState once it equals the default, so pyLspTools.xml
only stores non-default tools and is removed on reset. Fields become read-only
@OptionTag val (still serialized); callers move to setEnabled/setMode.

(cherry picked from commit 35efbd229d5f7037bd2a059db907ffcfde85a32c)

IJ-MR-209196

GitOrigin-RevId: 015c7a0683c7e705cbf1665b7fc8345ce22efe0b
2026-06-19 18:39:38 +00:00

25 lines
1.0 KiB
XML

<idea-plugin>
<!-- region Generated dependencies - run `Generate Product Layouts` to regenerate -->
<dependencies>
<module name="intellij.libraries.junit5"/>
<module name="intellij.libraries.kotlinx.coroutines.core"/>
<module name="intellij.platform.analysis"/>
<module name="intellij.platform.core"/>
<module name="intellij.platform.core.ui"/>
<module name="intellij.platform.editor"/>
<module name="intellij.platform.editor.ui"/>
<module name="intellij.platform.ide"/>
<module name="intellij.platform.ide.core"/>
<module name="intellij.platform.lang"/>
<module name="intellij.platform.lang.core"/>
<module name="intellij.platform.lang.impl"/>
<module name="intellij.platform.projectModel"/>
<module name="intellij.platform.testFramework"/>
<module name="intellij.platform.testFramework.common"/>
<module name="intellij.platform.testFramework.junit5"/>
<module name="intellij.python.community"/>
<module name="intellij.python.pytools"/>
</dependencies>
<!-- endregion -->
</idea-plugin>