Skip to content

Commit 1ea3e70

Browse files
committed
0.1.0
1 parent cab0b80 commit 1ea3e70

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

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

5+
## v0.1.0
6+
- Add command to resume process waiting for debugger
7+
- Fix invalid emulators listed in target picker
8+
- Add experimental support for CPU profiling using simpleperf and Firefox Profiler as interface.
9+
510
## v0.0.10
611
- Minor fixes and upgrade to some dependencies.
712
- Ignore SIGBUS in native debugging to better align with Android Studio.

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.10",
6+
"version": "0.1.0",
77
"repository": "https://github.com/nisargjhaveri/vscode-android-debug",
88
"engines": {
99
"vscode": "^1.56.0"

0 commit comments

Comments
 (0)