Bump to 0.20.0
This commit is contained in:
parent
7aec463e19
commit
aa1ea10c73
2 changed files with 6 additions and 1 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# 0.20.0
|
||||||
|
|
||||||
|
Added support for pretty printers in variable list (by @gentoo90), enable
|
||||||
|
with `"valuesFormatting": "prettyPrinters"` if you have a pretty printer
|
||||||
|
to get potentially improved display of variables.
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"native",
|
"native",
|
||||||
"debug"
|
"debug"
|
||||||
],
|
],
|
||||||
"version": "0.19.0",
|
"version": "0.20.0",
|
||||||
"publisher": "webfreak",
|
"publisher": "webfreak",
|
||||||
"icon": "images/icon-plain.svg",
|
"icon": "images/icon-plain.svg",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue