We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8c4f3 commit 811c821Copy full SHA for 811c821
.vscode/tasks.json
@@ -35,6 +35,14 @@
35
"$rustc"
36
],
37
},
38
+ {
39
+ "label": "build-release-amd64-rs-short-submit",
40
+ "type": "shell",
41
+ "command": "mkdir -p ./target/x86_64-unknown-linux-gnu-short/release; ./release-rs.sh --features short > ./target/x86_64-unknown-linux-gnu-short/release/loader.rs; code --reuse-window ./target/x86_64-unknown-linux-gnu-short/release/loader.rs",
42
+ "problemMatcher": [
43
+ "$rustc"
44
+ ],
45
+ },
46
{
47
"label": "build-release-i686-submit",
48
"type": "shell",
0 commit comments