Skip to content

Commit

Permalink
6.4.0 🗳️ (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Nov 2, 2024
1 parent dbf6d3f commit 3028a64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Changelog

## 6.4.0 - unreleased

- Update thqby's extension from 2.5.3 to 2.5.4, adding new bugfixes
## 6.4.0 - 2024-11-02 🗳️

### New features

- Hovering over a filename in an `#include` directive now provides a link to that document in your IDE
- If the file doesn't exist, the underline doesn't appear
- Does not work for `#include <lib>` syntax yet.

### Bugfixes

- Improve "go to definition" in v2 files ([thqby #610](https://github.com/thqby/vscode-autohotkey2-lsp/issues/610))
- Improve environment variables when debugging via IDE for parity with running outside of IDE ([thqby #615](https://github.com/thqby/vscode-autohotkey2-lsp/issues/615))
- Add hover tip for `switch` keyword in v2 files ([thqby #623](https://github.com/thqby/vscode-autohotkey2-lsp/issues/623))
- Update thqby's extension from 2.5.3 to 2.5.4, adding new bugfixes
- Improve "go to definition" in v2 files ([thqby #610](https://github.com/thqby/vscode-autohotkey2-lsp/issues/610))
- Improve environment variables when debugging via IDE for parity with running outside of IDE ([thqby #615](https://github.com/thqby/vscode-autohotkey2-lsp/issues/615))
- Add hover tip for `switch` keyword in v2 files ([thqby #623](https://github.com/thqby/vscode-autohotkey2-lsp/issues/623))

## 6.3.0 - 2024-10-19 🕳️

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": "AHK++ (AutoHotkey Plus Plus)",
"version": "6.3.0",
"version": "6.4.0",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!",
"categories": [
"Debuggers",
Expand Down

0 comments on commit 3028a64

Please sign in to comment.