beicause / call-graph

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

feat: ignore replace picomatch #17

Closed liuwei1025 closed 8 months ago

liuwei1025 commented 8 months ago
  1. 之前的 .callgraphignore并未按照预期工作,使用ignore替换了picomatch
  2. 限制了call-graph只对当前项目内的文件生效
  3. 增加了README中ignore的说明