Commit 594471e
committed
fix: propagate normalizedCwd from search-index errors in projectEntriesFailureContext
The three WorkspaceSearchIndex error branches (CreateFailed, ScanTimedOut,
SearchFailed) were not mapping their `cwd` property to `normalizedCwd` in the
RPC error context, unlike the workspace-root error branches which correctly
mapped `normalizedWorkspaceRoot` to `normalizedCwd`. This prevented clients
and telemetry from correlating failures with the resolved workspace path.1 parent 13e6969 commit 594471e
1 file changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
161 | 169 | | |
162 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
163 | 175 | | |
164 | 176 | | |
165 | 177 | | |
| |||
0 commit comments