Skip to content

Commit db7f993

Browse files
CopilotMte90
andcommitted
Add instrumentationTools to fix plugin structure
- Add instrumentationTools() dependency for proper plugin packaging - This fixes the PyCharm plugin loading error where plugin.xml was not found in the correct location - Ensures IntelliJ Platform Gradle Plugin v2.x generates correct plugin structure Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent a95ebfe commit db7f993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide-plugins/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies {
2121
intellijPlatform {
2222
intellijIdeaCommunity("2023.1")
2323
bundledPlugin("com.intellij.java")
24+
instrumentationTools()
2425
}
2526
}
2627

0 commit comments

Comments
 (0)