Files
mrvaserver/mrvaserver.code-workspace
michael hohn 23eaf070c7 Fix erratic status reporting. Results jumped from 0 to all instead of gradually.
The system now provides:

Real-time progress updates - each completed scan is immediately reflected
Individual job tracking - each repository has its own status (pending → in_progress → succeeded)
Accurate aggregation - overall session status correctly reflects the state of all jobs
No more jumps - gradual progression from 0 → 1 → 2 → 3 → 4 → 5 successful scans
2025-12-15 14:52:22 -08:00

20 lines
363 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../mrvacommander"
},
{
"path": "../mrvaagent"
},
{
"path": "../gh-mrva"
}
],
"settings": {
"makefile.configureOnOpen": false,
"sarif-viewer.connectToGithubCodeScanning": "off"
}
}