diff --git a/Changelog.md b/Changelog.md index 628298e3..d37a18a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,19 @@ - Add tracking of cabal files ([#618](https://github.com/haskell/vscode-haskell/pull/618)) by @fendor +## 2.4.2 + +- Add stan plugin option #1000 + ([#1000](https://github.com/haskell/vscode-haskell/pull/1000)) by @fendor +- Probe for GHCup binary wrt #962 + ([#963](https://github.com/haskell/vscode-haskell/pull/963)) by @hasufell +- Bump old hls version and upgrade test runner to macos-latest + ([#960](https://github.com/haskell/vscode-haskell/pull/960)) by @July541 +- Increase time limitation to make test on Windows more stable + ([#959](https://github.com/haskell/vscode-haskell/pull/959)) by @July541 +- Update release docs for refreshing CI tokens + ([#942](https://github.com/haskell/vscode-haskell/pull/942)) by @fendor + ## 2.4.1 - Downgrade vscode-languageclient diff --git a/package.json b/package.json index b801c2da..d2b30049 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "haskell", "displayName": "Haskell", "description": "Haskell language support powered by the Haskell Language Server", - "version": "2.5.0", + "version": "2.4.2", "license": "MIT", "publisher": "haskell", "engines": { @@ -34,8 +34,7 @@ }, "activationEvents": [ "onLanguage:haskell", - "onLanguage:literate haskell", - "onLanguage:cabal" + "onLanguage:literate haskell" ], "main": "./dist/extension", "contributes": { @@ -50,15 +49,6 @@ ".hs" ] }, - { - "id": "cabal", - "aliases": [ - "Cabal" - ], - "extensions": [ - ".cabal" - ] - }, { "id": "literate haskell", "aliases": [ diff --git a/src/extension.ts b/src/extension.ts index c53816dd..ba391c1f 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -259,7 +259,6 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold documentSelector: [ { scheme: 'file', language: 'haskell', pattern: pat }, { scheme: 'file', language: 'literate haskell', pattern: pat }, - { scheme: 'file', language: 'cabal', pattern: pat }, ], synchronize: { // Synchronize the setting section 'haskell' to the server. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy