This commit is contained in:
Richard Willis 2019-10-21 19:58:12 +02:00
Родитель 1f510295fe
Коммит 6c0e51fded
2 изменённых файлов: 14 добавлений и 3 удалений

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

@ -8,6 +8,16 @@ This extension provides support to run gradle tasks.
![Main image](images/task-list.png)
## Usage
Run any of the following commands:
- `Gradle: Run task`
- `Gradle: Refresh tasks`
- `Gradle: Kill all tasks`
Or run gradle tasks from the explorer.
## Settings
Use local `gradlew`:

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

@ -1,5 +1,6 @@
# TODO
- Windows support
- Tests
- Run tasks from collapsible sidebar panel
- [ ] Windows support
- [ ] Tests
- [ ] `'workspace.rootPath' is deprecated and should no longer be used. Please use 'workspace.workspaceFolders' instead. More details: https://aka.ms/vscode-eliminating-rootpath`
- [x] Run tasks from collapsible sidebar panel