beicause / call-graph

Generate call graph for vscode in svg or graphviz dot.
Apache License 2.0
73 stars 17 forks source link

fix bug: .callgraphignore not working in windows. #19

Closed sulfurandcu closed 3 months ago

sulfurandcu commented 5 months ago

causes: ${workspace.fsPath}/ linux's path format: /../../../ windows' path format: ......\

beicause commented 3 months ago

Thanks very much, I didn't notice that before. I think it's better to replace fsPath with path, which should also fix this bug.