Skip to content

Commit

Permalink
Update build.gradle.kts (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MituuZ authored Sep 9, 2024
1 parent d47bfc2 commit 2654685
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ intellijPlatform {
<h2>Version $currentVersion</h2>
- Improve task cancelling to avoid InterruptedException and reduce cancelling delay<br>
- Run searches with concurrency<br><br>
To have the most fluid experience it is recommended to NOT use the styled filename type and use a lower
debounce period (10 feels pretty good for me).
To have the most fluid experience it is recommended to NOT highlight filenames in file list and use a low debounce period.
""".trimIndent()

ideaVersion {
Expand All @@ -81,4 +80,4 @@ intellijPlatform {
privateKey.set(System.getenv("PRIVATE_KEY"))
password.set(System.getenv("PRIVATE_KEY_PASSWORD"))
}
}
}

0 comments on commit 2654685

Please sign in to comment.