Releases: microsoft/vscode-gradle
Releases · microsoft/vscode-gradle
2.7.1
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:
- Bump @types/node from 13.13.2 to 13.13.4 in /extension (#303) @dependabot-preview
- Bump mocha from 7.1.1 to 7.1.2 in /extension (#304) @dependabot-preview
2.7.0
What’s Changed
- Add Java debug feature (#298) @badsyntax
- Use webpack for bundling extension (#296) @badsyntax
2.6.2
2.6.1
2.6.0
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
- Bump junit from 4.12 to 4.13 (#288) @dependabot-preview
- Remove grpc_tools_node_protoc_ts dep (#290) @badsyntax
- Bump mockito-core from 2.28.2 to 3.3.3 (#287) @dependabot-preview
- Bump javax.annotation-api from 1.2 to 1.3.2 (#286) @dependabot-preview
- Bump @typescript-eslint/parser from 2.27.0 to 2.28.0 (#271) @dependabot-preview
- Bump eslint-plugin-prettier from 3.1.2 to 3.1.3 (#268) @dependabot-preview
- Bump @types/ws from 7.2.3 to 7.2.4 (#270) @dependabot-preview
- Bump @typescript-eslint/eslint-plugin from 2.27.0 to 2.28.0 (#269) @dependabot-preview
2.5.1
What’s Changed
- Fix excessive server restart message (#266) @badsyntax
- Update java project config after running tasks. Refs #263 (#264) @badsyntax
2.5.0
What’s Changed
- Bump @typescript-eslint/parser from 2.26.0 to 2.27.0 (#258) @dependabot-preview
- Bump @types/node from 13.11.0 to 13.11.1 (#260) @dependabot-preview
- Bump @types/vscode from 1.43.0 to 1.44.0 (#261) @dependabot-preview
- Bump @typescript-eslint/eslint-plugin from 2.26.0 to 2.27.0 (#257) @dependabot-preview
- Add support for custom java home setting. Refs #249 (#255) @badsyntax
- Bump sinon from 9.0.1 to 9.0.2 (#262) @dependabot-preview
- Bump prettier from 2.0.2 to 2.0.4 (#259) @dependabot-preview
- Upgrade prettier and fix linting issues (#254) @badsyntax
2.4.14
What’s Changed
- Bump @types/sinon from 7.5.1 to 9.0.0 (#250) @dependabot-preview
- Bump @types/node from 13.7.1 to 13.11.0 (#251) @dependabot-preview
- Bump vsce from 1.73.0 to 1.75.0 (#252) @dependabot-preview
- Bump @types/ws from 7.2.1 to 7.2.3 (#235) @dependabot-preview
- Bump @typescript-eslint/eslint-plugin from 2.19.2 to 2.26.0 (#246) @dependabot-preview
- Bump mocha from 7.0.1 to 7.1.1 (#233) @dependabot-preview
- Bump sinon from 8.1.1 to 9.0.1 (#224) @dependabot-preview
- Bump @typescript-eslint/parser from 2.19.2 to 2.26.0 (#247) @dependabot-preview
- Bump @types/mocha from 7.0.1 to 7.0.2 (#218) @dependabot-preview
- Bump typescript from 3.7.5 to 3.8.3 (#215) @dependabot-preview
- [Security] Bump acorn from 5.7.3 to 5.7.4 (#228) @dependabot-preview
- Bump dagger-compiler from 2.26 to 2.27 in /java-gradle-tasks (#229) @dependabot-preview
- Bump Java-WebSocket from 1.4.0 to 1.4.1 in /java-gradle-tasks (#227) @dependabot-preview
- Bump com.google.protobuf from 0.8.11 to 0.8.12 in /java-gradle-tasks (#220) @dependabot-preview
- Bump dagger from 2.26 to 2.27 in /java-gradle-tasks (#230) @dependabot-preview
- Bump gradle-tooling-api from 6.1.1 to 6.3 in /java-gradle-tasks (#241) @dependabot-preview
2.4.13
What’s Changed
- Improve error logging (#205) @badsyntax
- Task presentation options & focus settings (#199) @badsyntax
- Focus on task in explorer when running task (#197) @badsyntax
2.4.12
What’s Changed
- Fix task cancelling & minor reorg (#192) @badsyntax
- Rename actions to handlers (#191) @badsyntax
- Show or hide task explorer when changing config (#189) @badsyntax