Bump to 0.19.0

This commit is contained in:
WebFreak001 2017-04-26 19:35:09 +02:00
commit 69679beb6c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Press ctrl-p (cmd+p on OS X) and run `ext install webfreak.debug` in visual stud
![Image with red circle around a gear and a red arrow pointing at GDB and LLDB](images/tutorial1.png) ![Image with red circle around a gear and a red arrow pointing at GDB and LLDB](images/tutorial1.png)
Or if you already have an existing debugger in your project setup: Or if you already have an existing debugger in your project setup you can click "Create Configuration" or use the auto completion instead:
![Visual studio code debugger launch.json auto completion showing alternative way to create debuggers](images/tutorial1-alt.png) ![Visual studio code debugger launch.json auto completion showing alternative way to create debuggers](images/tutorial1-alt.png)

View file

@ -9,7 +9,7 @@
"native", "native",
"debug" "debug"
], ],
"version": "0.18.0", "version": "0.19.0",
"publisher": "webfreak", "publisher": "webfreak",
"icon": "images/icon-plain.svg", "icon": "images/icon-plain.svg",
"engines": { "engines": {