Commit 47c6087
fix: vscode test.sh drop src/tsconfig OOM check + fix RELEVANT_COUNT bug
- Remove src/tsconfig.json type-check (covers all 300k+ VS Code TS lines,
causes OOM/segfault inside 2GB container; extension-level check is sufficient)
- Fix RELEVANT_COUNT using wc -l instead of grep -c (avoids double-output
"0\n0" when grep exits 1 with no matches, causing integer expression error)
- Fix fallback tsconfig condition (remove src/tsconfig.json guard clause)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 68f6d3c commit 47c6087
File tree
1 file changed
+5
-11
lines changed- benchmarks/ccb_feature/vscode-stale-diagnostics-feat-001/tests
1 file changed
+5
-11
lines changedLines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 94 | + | |
| 95 | + | |
102 | 96 | | |
103 | 97 | | |
104 | 98 | | |
105 | | - | |
| 99 | + | |
106 | 100 | | |
107 | 101 | | |
108 | 102 | | |
| |||
174 | 168 | | |
175 | 169 | | |
176 | 170 | | |
177 | | - | |
178 | | - | |
| 171 | + | |
| 172 | + | |
179 | 173 | | |
180 | 174 | | |
181 | 175 | | |
| |||
0 commit comments