Update docs before release
This commit is contained in:
Родитель
2a4fd0fe01
Коммит
5b605cc2cc
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 2.1.6
|
||||
|
||||
- Add support for multi-project builds (subprojects)
|
||||
|
||||
## 2.1.5
|
||||
|
||||
- Improve error handling
|
||||
|
||||
## 2.1.4
|
||||
|
||||
- Fix refresh tasks error handling
|
||||
|
|
|
@ -12,8 +12,9 @@ Run gradle tasks in VS Code.
|
|||
|
||||
- Run gradle tasks as [VS Code tasks](https://code.visualstudio.com/docs/editor/tasks)
|
||||
- List & run gradle tasks in the Explorer
|
||||
- Multi-root workspaces supported
|
||||
- Default Groovy/Kotlin and custom build files supported
|
||||
- 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).
|
||||
|
||||
|
@ -25,6 +26,7 @@ This extension contributes the following settings:
|
|||
- `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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче