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 a2a5d1b commit 9fb1e81Copy full SHA for 9fb1e81
extension/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 2.2.4
+## 2.3.0
4
5
- [Improves support for python](https://github.com/hediet/vscode-debug-visualizer/pull/122)
6
extension/package.json
@@ -4,7 +4,7 @@
"displayName": "Debug Visualizer",
"description": "A visual watch window that lets you visualize your data structures while debugging.",
"icon": "docs/logo.drawio.png",
7
- "version": "2.2.4",
+ "version": "2.3.0",
8
"license": "GPL-3.0",
9
"engines": {
10
"vscode": "^1.46.0"
@@ -139,4 +139,4 @@
139
"shx": "^0.3.2",
140
"vsce": "^1.93.0"
141
}
142
-}
+}
0 commit comments