Fix default tasks.json definition
This commit is contained in:
parent
7b73e2824b
commit
fa5dfe19f8
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"label": "Example task",
|
"label": "Example task",
|
||||||
"command": "bash",
|
"command": "for i in {1..5}; do echo \"Hello $i/5\"; sleep 1; done",
|
||||||
// rest of the parameters are optional
|
|
||||||
"args": ["-c", "for i in {1..5}; do echo \"Hello $i/5\"; sleep 1; done"],
|
|
||||||
// Env overrides for the command, will be appended to the terminal's environment from the settings.
|
// Env overrides for the command, will be appended to the terminal's environment from the settings.
|
||||||
"env": { "foo": "bar" },
|
"env": { "foo": "bar" },
|
||||||
// Current working directory to spawn the command into, defaults to current project root.
|
// Current working directory to spawn the command into, defaults to current project root.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue