Skip to content

Commit

Permalink
Clarify debugger support state (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Aug 17, 2024
1 parent a248e68 commit a788a88
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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:
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.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",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+) 🐛

Expand Down

0 comments on commit a788a88

Please sign in to comment.