Skip to content

Commit 811c821

Browse files
committed
short add Visual Studio Code task for short
1 parent dd8c4f3 commit 811c821

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535
"$rustc"
3636
],
3737
},
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+
},
3846
{
3947
"label": "build-release-i686-submit",
4048
"type": "shell",

0 commit comments

Comments
 (0)