Skip to content

Commit f177c22

Browse files
committed
0.0.8
1 parent f5b90c0 commit f177c22

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to the "android-debug" extension will be documented in this file.
44

5+
## v0.0.8
6+
- Fix start lldb server phase, which was failing due to an incorrect path
7+
58
## v0.0.7
69
- Support `ANDROID_NDK_ROOT` environment variable to specify ndk root
710

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "nisargjhaveri",
44
"displayName": "Android Debug",
55
"description": "Debug Android Apps in VS Code",
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"repository": "https://github.com/nisargjhaveri/vscode-android-debug",
88
"engines": {
99
"vscode": "^1.56.0"

0 commit comments

Comments
 (0)