diff --git a/Changelog.md b/Changelog.md index d432a4c1..a190df41 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 5.0.7 - 2024-08-17 😬 + +- Fix readme: v2 debugger works via commands, just not via "run and debug" viewlet + ## 5.0.6 - 2024-08-17 📝 Changes to the marketplace page require a new version. This version has no user-facing changes, just documentation updates: diff --git a/package-lock.json b/package-lock.json index 52759466..41f45343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.6", + "version": "5.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.6", + "version": "5.0.7", "license": "See license.txt", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index 1711e002..c5a7a549 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "5.0.6", + "version": "5.0.7", "description": "AutoHotkey language support for Visual Studio Code: IntelliSense, debugging, formatting, and more. AHK v1 fully supported, v2 in preview.", "categories": [ "Debuggers", diff --git a/readme.md b/readme.md index 13640ef8..cc0eb3fa 100644 --- a/readme.md +++ b/readme.md @@ -16,15 +16,15 @@ AutoHotkey v2 support has been a [long-requested feature](https://github.com/mar Supported features include: - Running and debugging v1 and v2 scripts without changing settings -- "Open help" (Ctrl + F1) opens language-specific help (and includes your text selection!) - Full syntax highlighting for v2 scripts +- "Open help" (Ctrl + F1) opens language-specific help (and includes your text selection!) - Unique icons for v1 (blue) and v2 (green) [Known limitations (issue #385)](https://github.com/mark-wiemer-org/ahkpp/issues/385): -- No formatting support -- Minimal IntelliSense/snippets support -- No debugger support +- No v2 formatting support +- No v2 snippets support +- "Run and debug" viewlet doesn't support v2 debugger Please [report any other issues](https://github.com/mark-wiemer-org/ahkpp/issues/new?assignees=mark-wiemer&labels=AHK+v2&projects=&template=v2.md&title=%5Bv2%5D+) 🐛