Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Aug 17, 2022
1 parent ccf7ce6 commit e58270a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.0
### Added
- Focus the simulator window automatically when attaching or continuing from breakpoints.
- Added an configuration option `ios-debug.focusSimulator` to disable/enable the new focus behaviour.

## v0.2.2
### Added
- Logging support for Simulator, logs now appear for simulator launches as well
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.2",
"version": "0.3.0",
"repository": "https://github.com/nisargjhaveri/vscode-ios-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit e58270a

Please sign in to comment.