Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Aug 2, 2024
1 parent 0c1628a commit 40b1e75
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.0

- Remove vscode-autohotkey-debug (zero-plusplus.vscode-autohotkey-debug) per [a request from zero-plusplus](https://github.com/mark-wiemer-org/ahkpp/discussions/21#discussioncomment-10216205)

## 1.0.0

- Update categories and keywords
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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AutoHotkey Extension Pack",
"description": "Extensions for AHK v1 and v2 development",
"publisher": "mark-wiemer",
"version": "1.0.0",
"version": "2.0.0",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -33,8 +33,7 @@
},
"extensionPack": [
"mark-wiemer.vscode-autohotkey-plus-plus",
"thqby.vscode-autohotkey2-lsp",
"zero-plusplus.vscode-autohotkey-debug"
"thqby.vscode-autohotkey2-lsp"
],
"icon": "icon.png",
"galleryBanner": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ A collection of VS Code extensions for AutoHotkey v1 and v2 development. This pa
- AutoHotkey Plus Plus by Mark Wiemer: Provides v1 language support: syntax highlighting, formatting, auto-complete, and more
- AutoHotkey v2 Language Support by thqby: Provides v2 language support ;)

## Other recommended extensions

- vscode-autohotkey-debug by zero-plusplus: Provides an advanced debugger for v1 and v2. This pack is not included by default per [a request from the author](https://github.com/mark-wiemer-org/ahkpp/discussions/21#discussioncomment-10216205).

## Notes

See [extension pack documentation](https://code.visualstudio.com/api/references/extension-manifest#extension-packs) for more details.

0 comments on commit 40b1e75

Please sign in to comment.