From 5329c1e85761a2e520e252e698b61378627c76dd Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Thu, 7 Nov 2024 19:27:27 -0800 Subject: [PATCH] Cleanup readme, update changelog --- changelog.md | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index be66d7f4..2d16e2b7 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 6.4.1 - unreleased 🛠️ - Fix go to definition in AHK v1 files ([#559](https://github.com/mark-wiemer-org/ahkpp/issues/559)) +- Add [troubleshooting guide](docs/Troubleshooting.md) ## 6.4.0 - 2024-11-02 🗳️ diff --git a/readme.md b/readme.md index f90057c1..32a5dbba 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Download from a trusted source: [Visual Studio Marketplace](https://marketplace. ## AHK v2 full support is here! 🥂 -AHK++ 6 now incorporates [AutoHotkey v2 Language Support by thqby](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp), meaning full AHK v2 support: +AHK++ 6 now incorporates [AutoHotkey v2 Language Support by thqby](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp), providing full AHK v2 support, including: - Running, debugging, and stopping v1 and v2 scripts without changing settings - Full syntax highlighting for v2 scripts