Merge pull request #19057 from darichey/status-bar-in-output

Show status bar in RA output
This commit is contained in:
Lukas Wirth 2025-01-28 16:02:15 +00:00 committed by GitHub
commit f70ac25966
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -501,6 +501,10 @@
},
{
"pattern": "**/Cargo.lock"
},
{
"scheme": "output",
"pattern": "extension-output-rust-lang.rust-analyzer*"
}
]
}