From a462dbacc0c61b99a471bff6ed44b81e5e671092 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sat, 2 Nov 2024 08:44:09 -0700 Subject: [PATCH 1/2] Bump to 6.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31b66fa2..b8651f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.3.0", + "version": "6.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.3.0", + "version": "6.4.0", "license": "See license.md", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index 77e373ad..f2fe8372 100644 --- a/package.json +++ b/package.json @@ -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", From 9f8c34534449cd545e87e217d2d33328bf16f78b Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sat, 2 Nov 2024 08:45:26 -0700 Subject: [PATCH 2/2] Update changelog --- changelog.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 1737096a..fe77b7ec 100644 --- a/changelog.md +++ b/changelog.md @@ -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 ` 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 🕳️