Skip to content

Commit

Permalink
Add gradle extension into pack (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Aug 5, 2024
1 parent f1b3dcb commit 9d7ed15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ By installing Extension Pack for Java, the following extensions are installed:
- [📦 Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven)
- Project Scaffolding
- Custom Goals
- [📦 Gradle for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle)
- View Gradle tasks and project dependencies
- Gradle file authoring
- Import Gradle projects via [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle)
- [📦 Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
- Manage Java projects, referenced libraries, resource files, packages, classes, and class members
- [📦 Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"vscjava.vscode-java-debug",
"vscjava.vscode-java-test",
"vscjava.vscode-maven",
"vscjava.vscode-gradle",
"vscjava.vscode-java-dependency",
"VisualStudioExptTeam.vscodeintellicode"
],
Expand Down

0 comments on commit 9d7ed15

Please sign in to comment.