From 2dbb029271eececb99a5620214c7db3f63513aba Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sun, 10 Nov 2019 21:29:46 +0000 Subject: [PATCH 1/2] Preparing for Version 0.0.30 But the vsix does not seem to work. --- Changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7c7d99cf..f6896a81 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### 0.0.30 + +* Bundle using webpack (@chrismwendt) +* Bump protocol version to 3.15 prerelease (@alanz) + This allows working progress reporting from hie. +* Update casesplit plugin (@Avi-D-coder) + ### 0.0.29 * bump protocol version to 3.15 (prerelease) (@alanz) diff --git a/package.json b/package.json index 65e10cb5..4bd6de83 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-hie-server", "displayName": "Haskell Language Server", "description": "Language Server Protocol for Haskell via HIE", - "version": "0.0.29", + "version": "0.0.30", "license": "MIT", "publisher": "alanz", "engines": { From b9f4f33ac0e0da30affc40da77ad93497daf5d60 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sun, 10 Nov 2019 22:45:39 +0000 Subject: [PATCH 2/2] Make webpack vsix work As per https://github.com/alanz/vscode-hie-server/pull/172 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bd6de83..3db94bad 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "theme": "dark" }, "activationEvents": ["onLanguage:haskell", "onLanguage:literate haskell"], - "main": "./out/src/extension", + "main": "./dist/extension", "contributes": { "languages": [ {