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 cdf7211 commit ef82452Copy full SHA for ef82452
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.21.0 / 0.21.1 / 0.21.2
2
+
3
+(0.21.2 is pushed without changes to hopefully fix vscode installation)
4
5
+Several fixes to variable pretty printers by @gentoo90
6
+Enabled breakpoints for crystal (@faustinoaq)
7
8
# 0.20.0
9
10
Added support for pretty printers in variable list (by @gentoo90), enable
package.json
@@ -9,9 +9,9 @@
"native",
"debug"
11
],
12
- "version": "0.21.1",
+ "version": "0.21.2",
13
"publisher": "webfreak",
14
- "icon": "images/icon-plain.svg",
+ "icon": "images/icon.png",
15
"engines": {
16
"vscode": "^1.8.0"
17
},
0 commit comments