diff --git a/.vscode/settings.json b/.vscode/settings.json index f682222e..d5ac30e0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,13 @@ ".sw*": true, "target": true, // Top-level build output. "*/target": true // Sub-crate build output. - } + }, + "rust.customTestConfigurations": [ + { + "title": "All Crates", + "args": [ + "--all" + ] + } + ] } \ No newline at end of file