vigoo / stylish-haskell-vscode

stylish-haskell support for VS code
14 stars 8 forks source link

Provide option to disable defaulting formatting provider #13

Open cstrahan opened 5 years ago

cstrahan commented 5 years ago

I like having the ability to manually run stylish-haskell from vscode, but it would be nice if I could use the brittany integration from the vscode-hie-server plugin for the default "format document" command. Would it be feasible to add an option to support this scenario?

There was some talk about similar things here: https://github.com/Microsoft/vscode/issues/11609

Thanks!