Commit 94030b7
committed
refactor(SideCar): Improve cache serialization format and cleanup comments
- Updated `DownloadCache::Save` method to serialize JSON with tab-based indentation instead of default spaces, enhancing readability and consistency with project formatting standards
- Removed redundant empty lines in `PlatformTarget` struct documentation
- Deleted obsolete FIX comment about file copy operation since robust copy was previously implemented
- Rebuilt Download.exe and SideCar.exe binaries as a result of source code changes
These changes align with Land's focus on code quality and maintainability in the SideCar component, which handles VS Code extension host provisioning for the Cocoon ecosystem in Path A. The cache serialization improvement ensures consistent formatting while maintaining functional behavior.1 parent 1ec3fd3 commit 94030b7
5 files changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| |||
141 | 139 | | |
142 | 140 | | |
143 | 141 | | |
144 | | - | |
| 142 | + | |
145 | 143 | | |
146 | | - | |
147 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
148 | 155 | | |
149 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
150 | 159 | | |
151 | 160 | | |
152 | 161 | | |
| |||
461 | 470 | | |
462 | 471 | | |
463 | 472 | | |
464 | | - | |
465 | 473 | | |
466 | 474 | | |
467 | 475 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments