Skip to content

Commit 38d72bd

Browse files
committed
Bump to 0.23.0
1 parent 1f4333e commit 38d72bd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.23.0
2+
3+
(released March 2019)
4+
5+
Normalize file paths in stack trace (fixes duplicate opening of files)
6+
New Examine memory Location UI
7+
Breakpoints in SSH on windows fixed (@HaronK)
8+
Project code improvements (@simark)
9+
Initial configurations contain valueFormatting now (@Yanpas)
10+
11+
# 0.22.0
12+
13+
(released March 2018)
14+
15+
Support for using SSH agent
16+
Support multi-threading (@LeszekSwirski)
17+
Fixed GDB expansion logic with floats (Marcel Ball)
18+
Fixed attach to PID template (@gentoo90)
19+
120
# 0.21.0 / 0.21.1 / 0.21.2
221

322
(0.21.2 is pushed without changes to hopefully fix vscode installation)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"native",
1010
"debug"
1111
],
12-
"version": "0.22.0",
12+
"version": "0.23.0",
1313
"publisher": "webfreak",
1414
"icon": "images/icon.png",
1515
"engines": {

0 commit comments

Comments
 (0)