Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code
Перейти к файлу
Richard Willis d3d21d9988 Ignore direnv config 2019-11-18 11:01:58 +01:00
.github Update issue templates 2019-11-11 21:07:58 +01:00
.vscode Linting upgrade 2019-11-13 19:36:30 +01:00
images Add note about slow tasks warning 2019-11-08 17:46:48 +01:00
resources Add missing images 2019-10-27 02:32:45 +02:00
src Fix sub-project build file uri 2019-11-14 19:12:53 +01:00
test-fixtures Update test-fixtures 2019-11-18 11:01:58 +01:00
.gitignore Ignore direnv config 2019-11-18 11:01:58 +01:00
.npmrc First version 2019-10-20 17:04:20 +02:00
.nvmrc Update README & node version 2019-10-23 18:18:24 +02:00
.prettierignore Linting upgrade 2019-11-13 19:36:30 +01:00
.vscodeignore Update .vscodeignore 2019-10-31 20:36:31 +01:00
CHANGELOG.md Update CHANGELOG.md 2019-11-12 17:26:05 +01:00
CONTRIBUTING.md Add CONTRIBUTING.md 2019-11-11 21:14:03 +01:00
LICENSE.md Add license 2019-10-20 17:53:28 +02:00
README.md Update README.md 2019-11-13 21:39:05 +01:00
icon.png Initial Code Commit. 2015-11-20 00:21:16 +11:00
package-lock.json Downgrade vscode types to 1.39.0 2019-11-14 18:29:43 +01:00
package.json Downgrade vscode types to 1.39.0 2019-11-14 18:29:43 +01:00
tsconfig.json Linting upgrade 2019-11-13 19:36:30 +01:00
tslint.json Linting upgrade 2019-11-13 19:36:30 +01:00

README.md

vscode-gradle

Marketplace Version Installs

Run gradle tasks in VS Code.

Screencat

Features

  • Run gradle tasks as VS Code tasks
  • List & run gradle tasks in the Explorer
  • Multi-root workspace folders supported
  • Default Groovy/Kotlin & custom build files supported
  • Multi-project builds supported

Note: Local gradle wrapper executables must exist at the root of the workspace folders (either ./gradlew or .\gradlew.bat, depending on your environment).

Extension Settings

This extension contributes the following settings:

  • gradle.autoDetect: Automatically detect gradle tasks
  • gradle.tasksArgs: Custom gradle tasks arguments
  • gradle.enableTasksExplorer: Enable an explorer view for gradle tasks
  • gradle.customBuildFile: Custom gradle build filename
  • gradle.explorerNestedSubProjects: Show nested subprojects in the explorer

Slow Task Provider Warning

Since vscode v1.40, you will start seeing warning notifications when the gradle task provider takes too long.

It can take a while to refresh the gradle tasks, so you should permanently ignore this warning by clicking on "Don't warn again for gradle tasks", or add the following to your settings.json:

"task.slowProviderWarning": [
  "gradle"
]

Credits

Release Notes

See CHANGELOG.md

License

See LICENSE.md