From 1728c4c986c40564965cc6ddca431cf38a7610e2 Mon Sep 17 00:00:00 2001 From: Logan Hampton Date: Tue, 26 Sep 2023 14:42:25 -0700 Subject: [PATCH] Setup for v1.0.12 release --- changelog.md | 3 +++ package.json | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 99874b1..35bbf5f 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.0.12] - 2023-09-26 + ### Added - Signature help pulls description and parameters from function headers @@ -309,6 +311,7 @@ The IntelliSense release! - Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D. - Added icon, banner color and description for marketplace. +[1.0.12]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.10...v1.0.12 [1.0.11]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.10...v1.0.11 [1.0.10]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.9...v1.0.10 [1.0.9]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.8...v1.0.9 diff --git a/package.json b/package.json index 3132d9c..f800729 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "AutoIt", "description": "AutoIt language extension for Visual Studio Code", "icon": "img/ai_icon.png", - "version": "1.0.10", + "version": "1.0.12", "publisher": "Damien", "galleryBanner": { "color": "#254768", @@ -43,9 +43,6 @@ }, "license": "MIT", "main": "./dist/extension", - "activationEvents": [ - "onLanguage:autoit" - ], "repository": { "type": "git", "url": "https://github.com/loganch/AutoIt-VSCode.git"