Hide ugly screenshots
This commit is contained in:
Richard Willis 2019-12-12 19:11:37 +01:00
Родитель 799d2bc58d
Коммит a8aa834d71
1 изменённых файлов: 6 добавлений и 2 удалений

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

@ -48,14 +48,18 @@ It can take a while to refresh the Gradle tasks, so you should permanently ignor
## Troubleshooting
View the Gradle Tasks refresh process output and errors by selecting "Gradle Tasks" in the output panel:
<details><summary>View the Gradle Tasks refresh process output and errors by selecting "Gradle Tasks" in the output panel.</summary>
<img src="./images/output.png" width="600" />
Gradle Task output and errors will be shown in Terminal panel after you've run a task:
</details>
<details><summary>Gradle Task output and errors will be shown in Terminal panel after you've run a task.</summary>
<img src="./images/terminal.png" width="600" />
</details>
## Credits
- Originally forked from [Cazzar/vscode-gradle](https://github.com/Cazzar/vscode-gradle)