Support linux build

This commit is contained in:
2024-11-05 23:02:15 +00:00
parent 206fd6e90b
commit abf6d81ea2

View File

@@ -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",