multiple arguments in json launch vscode

Solutions on MaxInterview for multiple arguments in json launch vscode by the best coders in the world

showing results for - "multiple arguments in json launch vscode"
Juniper
31 Jan 2018
1Command:
2tar -c --file new.tar --include='*foo*' old.tgz
3
4Args:
5"args": ["-c", "--file", "new.tar", "--include='*foo*'", "old.tgz"]
6
similar questions
queries leading to this page
multiple arguments in json launch vscode