Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jun 20, 2023
1 parent 305cf5e commit 5432322
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.3.3
### Changed
- Fix attach behavior on device. Properly attach to running app when targeting a device.
- A bunch of underlying changes and refactoring.

## v0.3.2
### Changed
- Minor improvements in logging and error handling while launching Simulator
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.2",
"version": "0.3.3",
"repository": "https://github.com/nisargjhaveri/vscode-ios-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit 5432322

Please sign in to comment.