We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8219160 commit 53b6c34Copy full SHA for 53b6c34
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.23.1
2
+
3
+Fixes:
4
+Breakpoints in SSH in other working directories properly resolved
5
+Undefined/null paths don't crash stacktrace
6
+Added kotlin to language list
7
8
# 0.23.0
9
10
(released March 2019)
package.json
@@ -9,7 +9,7 @@
"native",
"debug"
11
],
12
- "version": "0.23.0",
+ "version": "0.23.1",
13
"publisher": "webfreak",
14
"icon": "images/icon.png",
15
"engines": {
0 commit comments