Skip to content

Commit 71bab86

Browse files
committed
Updated to support PyCharm 2024.3.4, set to use PyCharm Community by default
1 parent 02ce355 commit 71bab86

2 files changed

Lines changed: 70 additions & 2 deletions

File tree

task-tracker-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ dependencies {
5454
testImplementation("junit:junit:4.12")
5555

5656
intellijPlatform {
57-
val ideVersion = System.getenv().getOrDefault("TASK_TRACKER_PYCHARM_VERSION", "2024.3.1")
57+
val ideVersion = System.getenv().getOrDefault("TASK_TRACKER_PYCHARM_VERSION", "2024.3.4")
5858
println("Using ide version: $ideVersion")
59-
create("PY", ideVersion) // 'PY' for PyCharm Professional, 'PC' for PyCharm Community
59+
create("PC", ideVersion) // 'PY' for PyCharm Professional, 'PC' for PyCharm Community
6060
instrumentationTools()
6161
}
6262
}

task-tracker-post-processing/.idea/workspace.xml

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)