Replies: 1 comment
-
Workspace or folder specific tasks are configured from the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a breakdown of the task.json file:
version
: The version of the task.json file.tasks
: An array of tasks.label
: The label of the task.type
: The type of the task. In this case, the type is shell, which means that the task will run a shell command.command
: The shell command to run. In this case, the command is composer install.group
: The group of the task. In this case, the group is build.Beta Was this translation helpful? Give feedback.
All reactions