Releases: microsoft/vscode-gradle
Releases · microsoft/vscode-gradle
2.2.0
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
- 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
Fix sub-project build file uri
2.1.7
- 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
Add support for multi-project builds (subprojects) #43
2.1.5
Improved error logging. #39
2.1.4
- Fix refresh tasks error handling #35
2.1.3
- Fix gradle tasks parsing #19
- Remove progress notification #33
2.1.2
Fixed parsing massive tasks list. See #27
2.1.1
- Add support for git bash on Windows - #26