Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jun 28, 2023
1 parent aaade94 commit 718fbce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.4.0
### Added
- Debug on local devices when VS Code is connected to Remote Development via SSH.
- Automatically prompt to install companion and ask if local devices should be shared when running in remote.
- List and debug on locally connected physical iOS devices without any extraneous setup
- Add new option `iosInstallApp` to launch config to enable/disable installing app before launching.

### Changed
- Better error handling and logging at a few places.

## v0.3.3
### Changed
- Fix attach behavior on device. Properly attach to running app when targeting a device.
Expand Down
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 @@ -3,7 +3,7 @@
"publisher": "nisargjhaveri",
"displayName": "iOS Debug",
"description": "iOS debugging support in VS Code",
"version": "0.3.3",
"version": "0.4.0",
"repository": "https://github.com/nisargjhaveri/vscode-ios-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit 718fbce

Please sign in to comment.