Skip to content

Releases: microsoft/vscode-gradle

2.2.0

26 Nov 23:02
d061646
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix sub-project build file uri

2.1.7

14 Nov 17:40
Compare
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
Compare
Choose a tag to compare

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

2.1.5

11 Nov 17:02
eec674a
Compare
Choose a tag to compare

Improved error logging. #39

2.1.4

07 Nov 20:16
81ae8dd
Compare
Choose a tag to compare
  • Fix refresh tasks error handling #35

2.1.3

07 Nov 19:39
Compare
Choose a tag to compare
  • Fix gradle tasks parsing #19
  • Remove progress notification #33

2.1.2

05 Nov 20:49
8dcdbeb
Compare
Choose a tag to compare

Fixed parsing massive tasks list. See #27

2.1.1

05 Nov 20:14
e7dc9d1
Compare
Choose a tag to compare
  • Add support for git bash on Windows - #26