We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465bde1 commit f184e2eCopy full SHA for f184e2e
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
3
-## [1.1.3] 2024-03-18
+## [1.1.5] 2024-03-20
4
+
5
+- fix .callgraphignore not working in windows
6
+- use uri path instead of file system path to fix incorrect displaying '\\' in graph label in windows
7
8
+## [1.1.4] 2024-03-18
9
10
- fix the file path label in graph, now it's the corresponding file system path instead of encoded Uri.
11
- now the saved svg fits its original size, not moved or scaled.
package.json
@@ -2,7 +2,7 @@
"name": "call-graph",
"displayName": "Call Graph",
"description": "call graph for vscode",
- "version": "1.1.4",
+ "version": "1.1.5",
"publisher": "LuoZhihao",
"engines": {
"vscode": "^1.65.0"
0 commit comments