We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a15678e + 50222f8 commit c661eabCopy full SHA for c661eab
1 file changed
src/extension.ts
@@ -188,6 +188,7 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
188
documentSelector: [
189
{ scheme: 'file', language: 'haskell', pattern: pat },
190
{ scheme: 'file', language: 'literate haskell', pattern: pat },
191
+ { scheme: 'file', language: 'cabal', pattern: pat },
192
],
193
synchronize: {
194
// Synchronize the setting section 'haskell' to the server.
0 commit comments