Open
Description
This extension depends on another extension called 'Haskell Syntax Highlighting' in order to highlight Haskell code. This makes it impossible to use vscode-haskell with a different syntax highlighting extension. When I try to disable the dependency I get the following error in VS Code:
Cannot disable 'Haskell Syntax Highlighting' extension alone. 'Haskell' extension depends on this. Do you want to disable all these extensions?
Would it be possible to remove this dependency or to make it optional?