diff --git a/.vscode/settings.json b/.vscode/settings.json index e53c1b53beb32..22378cced749d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -68,8 +68,8 @@ // Enable file nesting for unit test files. "explorer.fileNesting.enabled": true, "explorer.fileNesting.patterns": { - "*.ts": "$(capture).test.ts, $(capture).test.tsx", - "*.tsx": "$(capture).test.ts, $(capture).test.tsx" + "*.ts": "$(capture).test.ts, $(capture).test.tsx, $(capture).stories.tsx", + "*.tsx": "$(capture).test.ts, $(capture).test.tsx, $(capture).stories.tsx" }, // Compile rust-analyzer in a separate directory to avoid conflicts with the main project. "rust-analyzer.cargo.targetDir": true,