This commit is contained in:
Richard Willis 2020-06-18 09:09:17 +01:00
Родитель 0a0d3e6e34
Коммит 36c5fd2741
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,11 @@ When you expand a project, tasks are listed in a tree, grouped by the task group
</details>
<details><summary>Run tasks</summary>
Tasks can be run via the `Gradle Tasks`, `Pinned Tasks` or `Recent Tasks` treeviews, or as vscode tasks via `Command Palette => Run Task`.
Tasks can be run via:
- `Gradle Tasks`, `Pinned Tasks` or `Recent Tasks` treeviews
- `Run Task` command
- `Run a Gradle Build` command
A running task will be shown with an animated "spinner" icon in the treeviews, along with `Cancel Task` & `Restart Task` buttons. The `Cancel Task` button will gracefully cancel the task. The `Restart Task` button will first cancel the task, then restart it.
@ -45,6 +49,10 @@ Send a SIGINT signal (ctrl/cmd + c) in the terminal to gracefully cancel it.
<img src="./images/task-output.png" width="650" alt="Gradle Tasks Output" />
Tasks run via the `Run a Gradle Build` command are not reflected in any of the treeviews. Use this command to specify your own Gradle build arguments, for example to run multiple tasks or to exclude tasks.
<img src="./images/run-build.png" width="650" alt="Run Gradle Build" />
</details>
<details><summary>Debug JavaExec tasks</summary>

Двоичные данные
images/run-build.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 52 KiB