alexdima / vscode-lcov

MIT License
39 stars 13 forks source link

SF lines with relative paths don't work #24

Open justarandomgeek opened 5 years ago

justarandomgeek commented 5 years ago

I'm writing/using a tool that generates relative paths (from the project root) in its SF lines, like

SF:./conman_0.17.4/scenarios/conman_test/control.lua

and they don't seem to be recognized by this extension, but if i manually replace these with absolute paths they work correctly. Because of restrictions on the environment of the tool generating these, it cannot generate absolute paths directly.