Fix ui tests in nightly

This commit is contained in:
Graham Esau 2024-08-30 11:12:23 +01:00
parent dffa33fb46
commit d6c8b6b022
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.cargo.features": "all"
"rust-analyzer.cargo.features": "all",
"rust-analyzer.testExplorer": true
}