PY-59635 New UI: do not add Python toolwindow layout in Python Community plugin (fix after PY-54547)

(cherry picked from commit 84533360c3adbb9904454526dce6ffcedd1bc2e2)

IJ-MR-105113

GitOrigin-RevId: 45f0c32456b54fb54e87155a3425ab1495ef78f3
This commit is contained in:
Elizaveta Shashkova
2023-03-21 16:17:26 +01:00
committed by intellij-monorepo-bot
parent 080ad6303a
commit 0f6e4afd51
3 changed files with 9 additions and 4 deletions

View File

@@ -18,6 +18,9 @@
<renameHandler implementation="com.intellij.platform.renameProject.RenameProjectHandler"/>
<renameHandler implementation="com.intellij.platform.renameProject.ProjectFolderRenameHandler"/>
<applicationService serviceInterface="com.intellij.toolWindow.DefaultToolWindowLayoutProvider"
serviceImplementation="com.jetbrains.python.ui.PyToolWindowLayoutProvider"
overrides="true"/>
</extensions>
<actions>