Skip to content

API docs: LSIF: emit and store a mapping of documentationResult <-> pathID

Administrator requested to merge sg/apidocs-mappings into main

Created by: slimsag

This causes us to emit and store a mapping of documentationResult <-> pathID, which allows us to denormalize path IDs (which are often quite long strings) into integers for better storage.

This will be used to implement documentation <-> codeintel interactions.

Signed-off-by: Stephen Gutekanst [email protected]

Merge request reports

Loading