Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jan 9, 2025
1 parent b610244 commit c164542
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Change Log

All notable changes to the "remote-android-companion" extension will be documented in this file.
All notable changes to the "remote-adb" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

- Initial release
## 0.1.0
- Initial release
- Show "Remote Android" view in Debug panel when connected to remote host. This allows listing and connecting local devices to remote host for debugging.
- Add option to connect local TCP devices and emulators to remote host.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Remote Android Debugging",
"description": "Connect local Android devices to remote machine for debugging",
"repository": "https://github.com/nisargjhaveri/vscode-remote-adb",
"version": "0.0.1",
"version": "0.1.0",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit c164542

Please sign in to comment.