Skip to content

Commit abd7b6f

Browse files
authored
Merge pull request #444 from jneira/prepare-1.6.1
Prepare 1.6.1
2 parents 1306bc0 + 91e9738 commit abd7b6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Add tracking of cabal files to work together with the incoming cabal formatter plugin
44

5+
### 1.6.1
6+
7+
- Fix wrapper call to get project ghc version in windows with spaces in path (<https://github.com/haskell/vscode-haskell/pull/439>)
8+
59
### 1.6.0
610

711
- Bump up vscode version to 1.52.0 (#424) by @berberman

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
228228
documentSelector: [
229229
{ scheme: 'file', language: 'haskell', pattern: pat },
230230
{ scheme: 'file', language: 'literate haskell', pattern: pat },
231-
{ scheme: 'file', language: 'cabal', pattern: pat },
232231
],
233232
synchronize: {
234233
// Synchronize the setting section 'haskell' to the server.

0 commit comments

Comments
 (0)