Skip to content

Commit 5cab262

Browse files
GeneAIclaude
authored andcommitted
fix: Check Deps button now opens report in editor
Added dependency-check to reportWorkflows array so it runs immediately and displays results in editor instead of terminal. 🤖 Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 893e230 commit 5cab262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vscode-extension/src/panels/EmpathyDashboardPanel.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,8 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
24192419
'code-review', 'bug-predict', 'security-audit', 'perf-audit',
24202420
'refactor-plan', 'health-check', 'pr-review', 'pro-review',
24212421
'doc-gen', // Doc generation workflow runs immediately
2422-
'test-gen' // Test generation workflow runs immediately
2422+
'test-gen', // Test generation workflow runs immediately
2423+
'dependency-check' // Dependency check workflow runs immediately
24232424
];
24242425
if (reportWorkflows.includes(wf)) {
24252426
// Run workflow immediately with project root as input

0 commit comments

Comments
 (0)