From 7aac36b1634ddc9e60a9e886e1270bf15f1deacc Mon Sep 17 00:00:00 2001 From: sslinky Date: Wed, 22 May 2024 15:55:55 +0800 Subject: [PATCH 1/2] 1.2.0 --- package-lock.json | 4 ++-- package.json | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17fde37..030657e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vba-lsp", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vba-lsp", - "version": "1.1.0", + "version": "1.2.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index e6abbf4..76ad0e0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "icon": "images/vba-lsp-icon.png", "author": "SSlinky", "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/SSlinky/VBA-LanguageServer" @@ -29,7 +29,9 @@ "languages": [ { "id": "vba", - "aliases": ["VBA"], + "aliases": [ + "VBA" + ], "extensions": [ ".bas", ".cls", From 348e98a272059dfd6443a4be47a5bebeeef95083 Mon Sep 17 00:00:00 2001 From: sslinky Date: Wed, 22 May 2024 16:06:44 +0800 Subject: [PATCH 2/2] Fixed command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6fc01..c3fd171 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Adds VBA language support to VSCode via LSP compliant Language Server. ## Installation * Through the VBA Marketplace, -* VSCode command palette `ext install sslinky.vba-lsp`, or; +* VSCode command palette `ext install notisdataanalytics.vba-lsp`, or; * Download the [visx](../../releases/latest). ## Contributing