Files
openide/plugins/github/github-core/resources/GithubIconMappings.json
Nikita Katkov 3fbb7df416 [github] IJPL-172141 Flatten plugin structure
Previously, the file system and logical plugin structure were implemented in a way that parent directory contained child module descriptor and vice versa. Now all related modules are located nearby to avoid confusion.

GitOrigin-RevId: 1aa8c939ec8e837bef0a2dc18436343300effd7a
2024-12-03 20:00:14 +00:00

13 lines
223 B
JSON

{
"org": {
"jetbrains": {
"plugins": {
"github": {
"expui": {
"pullRequests.svg": "org/jetbrains/plugins/github/pullRequestsToolWindow.svg"
}
}
}
}
}
}