[Chore] Fix document links on Linux
Compare changes
- Laurent Canis authored
changelog/2698
0 → 100644
+ 7
− 0
On Linux, we're creating document links with target
starting fith file:////
since we're adding prefix file:///
to a path that starts with /
. Such links are ignored by VSCode,
and correct links should look like file:///home/...
.
Use file://
as prefix for Linux
Fixed a regression where document links were not appearing for Linux.
dune @fmt
to check).## Changelog
section with #### (if appropriate).