Build linux under windows with MUSL
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/Tests"
|
||||
}
|
||||
},
|
||||
"dependsOn": ["cargo"],
|
||||
"dependsOrder": "sequence"
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
@@ -53,7 +55,7 @@
|
||||
{
|
||||
"id": "cargo cmd",
|
||||
"type":"pickString",
|
||||
"options": ["build", "run", "check", "clean"],
|
||||
"options": ["build", "check", "clean", "run", "test"],
|
||||
"default": "build",
|
||||
"description": "cargo command to run"
|
||||
},
|
||||
|
Reference in New Issue
Block a user