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 7aec463 commit aa1ea10Copy full SHA for aa1ea10
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# 0.20.0
2
+
3
+Added support for pretty printers in variable list (by @gentoo90), enable
4
+with `"valuesFormatting": "prettyPrinters"` if you have a pretty printer
5
+to get potentially improved display of variables.
package.json
@@ -9,7 +9,7 @@
9
"native",
10
"debug"
11
],
12
- "version": "0.19.0",
+ "version": "0.20.0",
13
"publisher": "webfreak",
14
"icon": "images/icon-plain.svg",
15
"engines": {
0 commit comments