Skip to content

Releases: microsoft/vscode-gradle

2.4.1

22 Dec 20:18
a0390c9
Compare
Choose a tag to compare
  • Handle stopping tasks better by showing cancel state in explorer
  • Add open settings command to explorer

2.4.0

22 Dec 10:37
285c845
Compare
Choose a tag to compare
  • Run task refresh process in the background (which prevents the editor from waiting for tasks)

2.3.1

21 Dec 14:41
2591b06
Compare
Choose a tag to compare
  • Fix stopping Gradle processes via terminal and statusbar

2.3.0

21 Dec 12:58
4cb9bdf
Compare
Choose a tag to compare

See #102

  • Performance improvements, for both listing and running tasks
  • Better feedback shown in the statusbar when refreshing or running tasks
  • Use gradle cancellation tokens for clean shutdown of gradle processes
  • Add information message dialog on statusbar item click, to view logs or cancel refresh process

2.2.6

13 Dec 21:54
a5e4e96
Compare
Choose a tag to compare
  • Fix task label containing project directory name in explorer for nested projects

2.2.5

13 Dec 21:33
Compare
Choose a tag to compare
  • Add support for nested gradle projects (#88)
  • Add Troubleshooting section to README

2.2.4

08 Dec 18:05
dc3a87f
Compare
Choose a tag to compare
  • Tooling upgrades (replaced tslint with eslint, added sonarqube)
  • Improved gradle-tasks process logging

2.2.3

05 Dec 16:29
Compare
Choose a tag to compare

Fixed refresh process not completing when build file has errors

2.2.2

04 Dec 08:15
aeeaf88
Compare
Choose a tag to compare

Add feature to run task with custom args

2.2.1

26 Nov 23:14
Compare
Choose a tag to compare
  • Fix publishing jar file