Skip to content

Releases: microsoft/vscode-gradle

2.2.2

04 Dec 08:15
aeeaf88

Choose a tag to compare

Add feature to run task with custom args

2.2.1

26 Nov 23:14

Choose a tag to compare

  • Fix publishing jar file

2.2.0

26 Nov 23:02
d061646

Choose a tag to compare

Big release!

  • Use gradle tooling API to list tasks
  • Add groups to explorer
  • Add flat/tree toggle to explorer
  • Add command to kill refresh tasks process
  • Proper support for sub-projects/multi-project builds

See #56

2.1.9

18 Nov 12:32
8d0d1c3

Choose a tag to compare

  • Added loading state and stop command to the exlorer view. #52
  • Added snippets and basic support for adding new gradle tasks. #54

2.1.8

14 Nov 18:16

Choose a tag to compare

Fix sub-project build file uri

2.1.7

14 Nov 17:40

Choose a tag to compare

  • Change gradle task definition for better support with other task extensions
  • Add open build file task content menu action to explorer
  • Add community docs
  • Better dev tooling & linting

2.1.6

11 Nov 19:33
f9a26b5

Choose a tag to compare

Add support for multi-project builds (subprojects) #43

2.1.5

11 Nov 17:02
eec674a

Choose a tag to compare

Improved error logging. #39

2.1.4

07 Nov 20:16
81ae8dd

Choose a tag to compare

  • Fix refresh tasks error handling #35

2.1.3

07 Nov 19:39

Choose a tag to compare

  • Fix gradle tasks parsing #19
  • Remove progress notification #33