Commit c51dc17
Fix incomplete conditional block in DiffViewProvider.ts
- Add proper handling for checkAndResolve() return value in setTimeout callback
- Enhance tab group change listener to handle boolean return value appropriately
- Add debug logging for better troubleshooting of diff editor opening issues
- Maintain all existing functionality while addressing code review feedback
Addresses review feedback from Daniel in PR #4394 regarding incomplete
conditional handling around line 484.1 parent 9cbe3bb commit c51dc17
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
| |||
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
484 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
485 | 498 | | |
486 | 499 | | |
487 | 500 | | |
| |||
0 commit comments