mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
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",
|
||||
"command": "./script/clippy",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"label": "cargo run --profile release-fast",
|
||||
"command": "cargo",
|
||||
"args": ["run", "--profile", "release-fast"]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue