Add a task for running zed in "local release" mode (#16357)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-08-16 17:33:04 +03:00 committed by GitHub
parent f1a2638d29
commit 7eab57a264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,10 @@
"label": "clippy",
"command": "./script/clippy",
"args": []
},
{
"label": "cargo run --profile release-fast",
"command": "cargo",
"args": ["run", "--profile", "release-fast"]
}
]