churn-universe/alloy/.vscode/settings.json
kjuulh be4d755d51
feat: add initial projects
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-01 20:59:10 +01:00

11 lines
191 B
JSON

{
"rust-analyzer.check.overrideCommand": [
"cargo",
"component",
"check",
"--workspace",
"--all-targets",
"--message-format=json"
],
}