Support linux build

This commit is contained in:
Jaby 2024-11-05 23:02:15 +00:00
parent 6480b5447c
commit 90686fb11a
1 changed files with 9 additions and 0 deletions

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