Open
Description
Originally flagged by @Strum355 in Slack:
It looks like we emit multiple SCIP Documents in the same Index for the same file, but with different relative paths. Out of these, some relative paths are wrong because they are not normalized.
We should make sure to normalize all relative paths and not do duplicate work for the same file.
Scope
- Normalize server side
- No db migration