📜  json.launch vscode 中的多个参数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:00.802000             🧑  作者: Mango

代码示例1
Command:
tar -c --file new.tar --include='*foo*' old.tgz

Args:
"args": ["-c", "--file", "new.tar", "--include='*foo*'", "old.tgz"]