Skip to content

Commit

Permalink
v5.0.3 (#401)
Browse files Browse the repository at this point in the history
* Fix extension crash on switching to nullish editor

* Update changelog

* Remove changelog comment

* bump to v5.0.3

* Add debugger theme metadata
  • Loading branch information
mark-wiemer authored Aug 22, 2023
1 parent 75296bf commit 3227d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

- `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))
<!-- - Add AHK v2 debug config template ([Issue #385](https://github.com/mark-wiemer-org/ahkpp/issues/385)) -->

## 5.0.0 - 2023-08-07 ✌️

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
@@ -1,7 +1,7 @@
{
"name": "vscode-autohotkey-plus-plus",
"displayName": "AutoHotkey Plus Plus",
"version": "5.0.2",
"version": "5.0.3",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more",
"categories": [
"Debuggers",
Expand Down

0 comments on commit 3227d7f

Please sign in to comment.