mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c98c962172 | ||
|
|
b3501d529a |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
### version 0.4.1
|
||||||
|
* One day I will learn to update the changelog **before** I hit publish
|
||||||
|
* Updated changelog
|
||||||
|
|
||||||
|
### version 0.4.0
|
||||||
|
* Debugger performance improvements
|
||||||
|
* Fixed exception details not being displayed in locals
|
||||||
|
* Fixed some logcat display issues
|
||||||
|
|
||||||
### version 0.3.1
|
### version 0.3.1
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
* Fix issue with exception breaks crashing debugger
|
* Fix issue with exception breaks crashing debugger
|
||||||
@@ -29,4 +38,4 @@ Initial release
|
|||||||
* Simple watch expressions
|
* Simple watch expressions
|
||||||
* Breakpoints
|
* Breakpoints
|
||||||
* Large array chunking (performance)
|
* Large array chunking (performance)
|
||||||
* Stale build detection
|
* Stale build detection
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "android-dev-ext",
|
"name": "android-dev-ext",
|
||||||
"displayName": "Android",
|
"displayName": "Android",
|
||||||
"description": "Android debugging support for VS Code",
|
"description": "Android debugging support for VS Code",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"publisher": "adelphes",
|
"publisher": "adelphes",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user