Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code
Перейти к файлу
Richard Willis a53fc60260
Merge pull request #44 from badsyntax/contributing-docs
Add CONTRIBUTING.md
2019-11-11 21:14:37 +01:00
.github Update issue templates 2019-11-11 21:07:58 +01:00
.vscode Add basic multi-project tests 2019-11-11 20:23:23 +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 Don't mutate task 2019-11-11 20:26:36 +01:00
test-fixtures Add basic multi-project tests 2019-11-11 20:23:23 +01:00
.gitignore Add .DS_Store 2019-10-21 19:43:34 +02: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
.vscodeignore Update .vscodeignore 2019-10-31 20:36:31 +01:00
CHANGELOG.md Update docs before release 2019-11-11 19:51:40 +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 docs before release 2019-11-11 19:51:40 +01:00
icon.png Initial Code Commit. 2015-11-20 00:21:16 +11:00
package-lock.json Improve error logging & change test style to bdd 2019-11-11 18:01:08 +01:00
package.json Show groups subproject tasks in the explorer 2019-11-11 19:43:33 +01:00
tsconfig.json Use es2018.promise 2019-10-23 21:38:22 +02:00

README.md

vscode-gradle

Marketplace Version Installs Rating

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