Skip to content

Commit

Permalink
Fix #384
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Aug 9, 2023
1 parent 00aeeb9 commit e94d55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## 5.0.1 - 2023-08-08 😶‍🌫️

- `ahk++.file.interpreterPathV2` now defaults to `C:/Program Files/AutoHotkey/v2/AutoHotkey64.exe` ([Issue #387](https://github.com/mark-wiemer-org/ahkpp/issues/387))
- Add breakpoint support for AHK v2 files ([Issue #384](https://github.com/mark-wiemer-org/ahkpp/issues/384))

## 5.0.0 - 2023-08-07 ✌️

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"breakpoints": [
{
"language": "ahk"
},
{
"language": "ahk2"
}
],
"commands": [
Expand Down

0 comments on commit e94d55e

Please sign in to comment.