Add a task for running zed in "local release" mode (#16357)
Release Notes: - N/A
This commit is contained in:
parent
f1a2638d29
commit
7eab57a264
1 changed files with 5 additions and 0 deletions
|
@ -3,5 +3,10 @@
|
||||||
"label": "clippy",
|
"label": "clippy",
|
||||||
"command": "./script/clippy",
|
"command": "./script/clippy",
|
||||||
"args": []
|
"args": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "cargo run --profile release-fast",
|
||||||
|
"command": "cargo",
|
||||||
|
"args": ["run", "--profile", "release-fast"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue