Task IntelliJ Run Configuration Plugin
IntelliJ Run configuration plugin for Task.
Requirements
- Install
task
. See here
- JDK 17 or higher to build from source
Install from JetBrains Plugin Marketplace
Install Taskfile Plugin by searching Taskfile
in plugin marketplace.
Install from source
- Build source
$ ./gradlew build
- Copy
build/distributions/task-intellij-plugin-*.zip
file.
- In IntelliJ IDEA Preferences -> Plugin -> Install Plugin from Disk -> Select file from step 2. \
Usage
- Open 'Run/Debug Configurations'.
- Add
Taskfile
:
- Task executable: Select
task
executable to run. Set empty to run task
in $PATH
.
- Taskfile: Select
Taskfile.yml
file to use.
- Task: Input task name to run.
- CLI arguments: Input CLI arguments to use.
- Working directory
- Environment variables: See Environment Variables
- Variables: See Variables