Skip to content

Commit

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

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

## v0.2.2
### Added
- Logging support for Simulator, logs now appear for simulator launches as well

### Changed
- Fix: NSLog was not appearing earlier in device launches
- Open Simulator app when booting if not already open


## v0.2.1
### Added
- Better cleanup of ios-debug debugserver instances
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "0.2.2",
"repository": "https://github.com/nisargjhaveri/vscode-ios-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit bc6fadb

Please sign in to comment.