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 55e0ee5 commit 74ec84fCopy full SHA for 74ec84f
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to the "Code Visualizer" extension will be documented in thi
4
5
## [Unreleased]
6
7
+## [0.0.7]
8
+### Added Search
9
+- Added search
10
+
11
+### Changed
12
+- Changed command name from Generate CodeFlow to Visualize
13
14
## [0.0.5]
15
### Added
16
- Moved repo to Ganjai-Labs
package.json
@@ -2,7 +2,7 @@
2
"name": "code-visualizer",
3
"displayName": "Code Visualizer",
"description": "Visualize code structure and call hierarchy",
- "version": "0.0.5",
+ "version": "0.0.7",
"publisher": "SirilGanjai",
"engines": {
"vscode": "^1.60.0"
0 commit comments