Skip to content

Commit 964eb30

Browse files
committed
bump version to 0.3.0, add analyze command
1 parent 90cb459 commit 964eb30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "go-memory-visualizer",
33
"displayName": "Go Memory Layout Visualizer",
44
"description": "Real-time visualization of Go struct memory layout, padding, and alignment with optimization suggestions",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"publisher": "RhinoSoftware",
77
"author": {
88
"name": "RhinoSoftware"
@@ -70,6 +70,10 @@
7070
{
7171
"command": "goMemoryVisualizer.exportLayout",
7272
"title": "Go: Export Memory Layout Report"
73+
},
74+
{
75+
"command": "goMemoryVisualizer.analyzeWorkspace",
76+
"title": "Go: Analyze Workspace Memory Layout"
7377
}
7478
],
7579
"configuration": {

0 commit comments

Comments
 (0)