diff --git a/src/Tools/Tools.code-workspace b/src/Tools/Tools.code-workspace index d0dee0ff..d7345376 100644 --- a/src/Tools/Tools.code-workspace +++ b/src/Tools/Tools.code-workspace @@ -54,6 +54,15 @@ "fieldSeparator": "!" } }, + { + "id": "linux_cargo_task", + "type": "command", + "command": "shellCommand.execute", + "args": { + "command": "echo ${config:cargo_task} | tr , \\\\n", + "fieldSeparator": "!" + } + }, { "id": "build cfg", "type": "pickString",