Skip to content

Commit 6c0244c

Browse files
committed
Revert "Add tracking of cabal files"
This reverts commit 195468f.
1 parent 8477f0f commit 6c0244c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
},
3535
"activationEvents": [
3636
"onLanguage:haskell",
37-
"onLanguage:literate haskell",
38-
"onLanguage:cabal"
37+
"onLanguage:literate haskell"
3938
],
4039
"main": "./dist/extension",
4140
"contributes": {
@@ -50,15 +49,6 @@
5049
".hs"
5150
]
5251
},
53-
{
54-
"id": "cabal",
55-
"aliases": [
56-
"Cabal"
57-
],
58-
"extensions": [
59-
".cabal"
60-
]
61-
},
6252
{
6353
"id": "literate haskell",
6454
"aliases": [

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
259259
documentSelector: [
260260
{ scheme: 'file', language: 'haskell', pattern: pat },
261261
{ scheme: 'file', language: 'literate haskell', pattern: pat },
262-
{ scheme: 'file', language: 'cabal', pattern: pat },
263262
],
264263
synchronize: {
265264
// Synchronize the setting section 'haskell' to the server.

0 commit comments

Comments
 (0)