- fix the issue that can't run any commands from v1.2.2 (#31).
IMPORTANT: This version is not working and can't run any commands (#31), please update to v1.2.3.
- fix the issue that svg is not saved correctly.
- use proper size and view box when saving as svg.
call-graph.saveDir
setting is removed, replaced by showing a save dialog.- beautify the save buttons in preview panel.
- update the extension icon.
- add
call-graph.maxDepth
setting for both incoming and outgoing call graphs.
- fix .callgraphignore not working in windows
- use uri path instead of file system path to fix incorrect displaying '\' in graph label in windows
- fix the file path label in graph, now it's the corresponding file system path instead of encoded Uri.
- now the saved svg fits its original size, not moved or scaled.
- use node-ignore for .callgraphignore to fix relative issues(#17)
- restrict this extensions to only search in the current workspace
- add incoming call graph
- add .callgraphignore config
- fix svg and dot file exporting on Windows(#3)
- add config
call-graph.saveDir
- use webview panel instead of browser for previewing, so many configs are removed.
- support saving svg and dot file to workspace.
- Initial release