IntersectMBO / plutus-apps

The Plutus application platform
Apache License 2.0
306 stars 214 forks source link

Add haskell-language-server-wrapper to the devshell #969

Closed zeme-iohk closed 1 year ago

zeme-iohk commented 1 year ago

VSCode lookups the haskell-language-server-wrapper and falls back to haskell-language-server. So if the user has installed haskell-language-server-wrapper on their system, VSCode will find and use that instead of the haskell-language-server provided by the shell

catch-21 commented 1 year ago

I get the same result on main and zeme-iohk/fix-hls branches. Screenshot_20230220_114509

zeme-iohk commented 1 year ago

Update CONTRIBUTING.adoc important notice

Unsure what you mean

catch-21 commented 1 year ago

@zeme-iohk In CONTRIBUTING/adoc it reads

This binary is called haskell-language-server, rather than haskell-language-server-wrapper, which is what some of the editor integrations expect.

This suggests there is still no haskell-language-server-wrapper

zeme-iohk commented 1 year ago

Thank you, I've updated it