VS Code extension released

Hi there. I’ve been getting into a little bit of Java dev recently and have mostly been happy using VS Code to do so. I noticed there was no easy way to discover and run gradle tasks from the editor. I found an extension to do this but it was pulled from the marketplace and was unmaintained. I decided to fork it and re-publish it, with some new features.

Introducing VS Code Gradle Tasks: https://marketplace.visualstudio.com/items?itemName=richardwillis.vscode-gradle

It’s a fairly simple extension to list and run gradle tasks from within the editor.

Let me know if you have any issues running it or have any suggestions for useful features. Thanks!