This extension integrates Đ (Edh) Language Server to VSCode (by implementing a language server client)
-
Make sure you have EPM installed
-
Minimum set of packages to install is edh, nedh and els. They can be installed either:
-
When initializing your epm home, e.g.
$ mkdir /my/epm-home $ cd /my/epm-home $ epm init edh nedh els
-
Or later e.g.
$ cd /my/epm-home $ epm install edh nedh els
-
cd
to the automatically created edh-universe
subdirectory of your
epm home
$ cd /my/epm-home/edh-universe/
with Stack
$ stack install
with Cabal
$ cabal v2-install --overwrite-policy=always