Here\'s an example of my tasks.json:
tasks.json
{ \"version\": \"0.1.0\", \"tasks\": [ { \"taskName\": \"test\", \"suppressTaskName\":
Regarding Input variables, VSCode 1.43 (Feb. 2020) adds a new feature:
promptString Password Input The "promptString" "input" type can have "password": true, which will cause the quick input that shows to obscure the typed content like a password.
The "promptString" "input" type can have "password": true, which will cause the quick input that shows to obscure the typed content like a password.
promptString
input
"password": true