diff --git a/Changelog.md b/Changelog.md index 0251efae..d81d505f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ - Add tracking of cabal files to work together with the incoming cabal formatter plugin +### 1.6.1 + +- Fix wrapper call to get project ghc version in windows with spaces in path () + ### 1.6.0 - Bump up vscode version to 1.52.0 (#424) by @berberman diff --git a/src/extension.ts b/src/extension.ts index 9fce35f2..1a8dde1e 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -228,7 +228,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.