Skip to content

Releases: microsoft/vscode-gradle

2.7.1

27 Apr 09:41
Compare
Choose a tag to compare

What’s Changed

  • Java debug fixes in Windows & additional debugging features (#302) @badsyntax
  • Add "Show Gradle Tasks" feature to explorer and editor context menus (#305) @badsyntax

Deps:

2.7.0

26 Apr 07:27
Compare
Choose a tag to compare

What’s Changed

2.6.2

24 Apr 18:51
620c45f
Compare
Choose a tag to compare

What’s Changed

  • Fixed broken extension due to language file change in 2.6.1 (#295) @badsyntax

2.6.1

24 Apr 18:36
e1b9343
Compare
Choose a tag to compare

What’s Changed

  • Fixed language files not being published (#292)
  • Fixed proto source files included in published extension (#293)
  • Fixed task cancellation from statusbar
  • Updated docs

2.6.0

24 Apr 11:53
8d8e21a
Compare
Choose a tag to compare

What’s Changed

Internal

  • gRPC & build refactor (#272) @badsyntax, which includes:

    • Replace websocket client & server with gRPC 🎉
    • Complete refactor of the build system using Gradle multi-projects for managing the builds
    • Improved developer experience
      • Can now debug both client and server at the same time
      • No need for separate & manual steps (eg shell scripts) for generating proto files or building jar files. Just "debug the extension" from VS Code and Gradle will handle the dependencies
    • Improved contribution support
      • The builds work on Linux/MacOS & Windows
      • Improved docs with basic architecture overview
      • Includes VS Code settings & recommended extensions to get VS Code environment setup correctly
    • Less noisy logs - don't show redundant runTask logs in the output channel (they are already shown in the terminal)

Deps

2.5.1

11 Apr 10:35
1dd2116
Compare
Choose a tag to compare

What’s Changed

2.5.0

10 Apr 21:15
Compare
Choose a tag to compare

What’s Changed

2.4.14

04 Apr 13:33
cdeb208
Compare
Choose a tag to compare

What’s Changed

2.4.13

22 Feb 00:55
2b7cb6a
Compare
Choose a tag to compare

What’s Changed

2.4.12

17 Feb 21:45
b257beb
Compare
Choose a tag to compare

What’s Changed