Skip to content

Commit

Permalink
Revert "Merge pull request #417 from VeryMilkyJoe/track-cabal-files"
Browse files Browse the repository at this point in the history
This reverts commit c661eab, reversing
changes made to a15678e.
  • Loading branch information
jneira committed Aug 4, 2021
1 parent 8f035a4 commit ad5d61b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad5d61b

Please sign in to comment.