Skip to content

Commit

Permalink
Fixup changelog 5.0.0 formatting (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Aug 12, 2024
1 parent bc2b949 commit a47a2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Be sure to go to the settings and update the new `V2` settings in case the defau
- You can add a `#Requires AutoHotkey v1` directive to the top of an of `.ahk` file to have it automatically load in AHK v1 independent of VS Code settings ([Issue #392](https://github.com/mark-wiemer-org/ahkpp/issues/392))
- The same can be done with `#Requires AutoHotkey v2`
- Alternatively, you can follow the below steps to associate all `.ahk` files with AHK v1:
1. Open a `.ahk` file
1. `F1` -> "Change language mode"
1. "Configure file association for `.ahk` files"
1. "AutoHotkey v1"
1. Open a `.ahk` file
1. `F1` -> "Change language mode"
1. "Configure file association for `.ahk` files"
1. "AutoHotkey v1"
- Automatically change AHK version to match the `#Requires` directive near the top of any script the first time that script is opened
- Allow running and debugging v1 or v2 scripts without changing settings
- "Open help" (Ctrl + F1) now opens version-specific help
Expand Down

0 comments on commit a47a2a3

Please sign in to comment.