Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Sep 17, 2021
1 parent af62b59 commit f90fb79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## [Unreleased]
## v0.2.0
### Added
- Add support for attach request.
- Better logging in vscode output panel for troubleshooting.

### Removed
- Removed some undocumented commands exposed earlier.


## v0.1.0
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.1.0",
"version": "0.2.0",
"repository": "https://github.com/nisargjhaveri/vscode-ios-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit f90fb79

Please sign in to comment.