Releases: microsoft/vscode-gradle
Releases · microsoft/vscode-gradle
2.4.1
- Handle stopping tasks better by showing cancel state in explorer
- Add open settings command to explorer
2.4.0
- Run task refresh process in the background (which prevents the editor from waiting for tasks)
2.3.1
- Fix stopping Gradle processes via terminal and statusbar
2.3.0
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
- Fix task label containing project directory name in explorer for nested projects
2.2.5
- Add support for nested gradle projects (#88)
- Add Troubleshooting section to README
2.2.4
- Tooling upgrades (replaced tslint with eslint, added sonarqube)
- Improved gradle-tasks process logging
2.2.3
Fixed refresh process not completing when build file has errors
2.2.2
Add feature to run task with custom args