From abf6d81ea21bfc6b2aebf3378c3355b7ecf871fd Mon Sep 17 00:00:00 2001 From: jaby Date: Tue, 5 Nov 2024 23:02:15 +0000 Subject: [PATCH] Support linux build --- src/Tools/Tools.code-workspace | 9 +++++++++ 1 file changed, 9 insertions(+) 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",