Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code
Перейти к файлу
Richard Willis 96cda0b9a7 Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
.github Update to use OS matrix 2019-11-29 19:29:37 +01:00
.vscode Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
images Add note about slow tasks warning 2019-11-08 17:46:48 +01:00
java-gradle-tasks Better handling of gradle connection errors 2019-12-05 16:35:11 +01:00
resources Show nested projects in explorer 2019-11-25 23:44:37 +01:00
snippets Add basic snippets to add a new gradle task 2019-11-18 13:22:49 +01:00
src Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
test-fixtures Add tests for running task with custom args 2019-12-05 16:34:49 +01:00
.eslintignore Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
.eslintrc.js Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
.gitignore Show nested projects in explorer 2019-11-25 23:44:37 +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 Show nested projects in explorer 2019-11-25 23:44:37 +01:00
.prettierrc.js Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
.vscodeignore Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
CHANGELOG.md Update CHANGELOG 2019-11-27 00:13:54 +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 2019-12-05 17:26:43 +01:00
icon.png Initial Code Commit. 2015-11-20 00:21:16 +11:00
package-lock.json Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
package.json Use eslint instead of tslint 2019-12-07 01:08:07 +01:00
tsconfig.json Linting upgrade 2019-11-13 19:36:30 +01:00

README.md

vscode-gradle

Build status 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
  • Groovy/Kotlin 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.enableTasksExplorer: Enable an explorer view for Gradle tasks

Snippets

This extensions provides snippets for the groovy and kotlin build files:

  • cgt: Create a new Gradle task

Slow Task Provider Warning

Since vscode v1.40 you will see 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