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
20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../mrvacommander"
|
|
},
|
|
{
|
|
"path": "../mrvaagent"
|
|
},
|
|
{
|
|
"path": "../gh-mrva"
|
|
}
|
|
],
|
|
"settings": {
|
|
"makefile.configureOnOpen": false,
|
|
"sarif-viewer.connectToGithubCodeScanning": "off"
|
|
}
|
|
} |