You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ vscode extension for generate call graph in [graphviz dot language](https://www.
16
16
5. Add `.callgraphignore` file in your project root directory to ignore some files or folders in workspace (the syntax is the same as `.gitignore`)
17
17
18
18
## Configuration
19
-
You can configure `ignoreFile`(.callgraphignore by default), `maxDepth` and `saveDir` for svg or dot in settings. See the descriptions in setting.
19
+
You can configure `ignoreFile`(.callgraphignore by default), `maxDepth`. See the descriptions in setting.
20
20
21
21
## How it works
22
22
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands( the same with `Show Call Hierarchy` command, not available for some language server ).
0 commit comments