Skip to content

Commit

Permalink
Stopped the reuse of the terminal window in tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJowett committed Jul 22, 2023
1 parent e59ffdd commit 0b81e2c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
"$rustc"
],
"group": "build",
"label": "rust: cargo build"
"label": "rust: cargo build",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "shared",
"showReuseMessage": false,
"clear": true,
}
}
]
}

0 comments on commit 0b81e2c

Please sign in to comment.