settings.json

This commit is contained in:
Martin Kavík 2024-09-14 14:32:03 +02:00
parent ceaa265c72
commit 2962102962
2 changed files with 22 additions and 0 deletions

View file

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