Daniel Sokil

Results 86 comments of Daniel Sokil

@2vg Still considering this feature?

Also just ran across this issue.

Since I'm using Nix, my workaround was to first generate a nix file for core library, `cabal2nix https://github.com/brendanhay/gogol --subpath core` and then for the specific API I'm using `cabal2nix https://github.com/brendanhay/gogol...

Any update on this? I cannot find a way to specify `--cabal-default-extensions` when using HLS

@heuristicAL You could fix this with: `sudo ln -s ~/.asdf/shims/dotnet /usr/bin/dotnet` Linking the user-wide installation system-wide.

@heuristicAL How did you overcome this issue? I've tried to set the path manually, and so far no issues. ![Screenshot from 2020-11-16 23-29-07](https://user-images.githubusercontent.com/24403355/99346859-9dd83e00-2863-11eb-96fc-d6fc327c299a.png)

However, I did encounter an issue with other tools not being able to find dotnet due to `DOTNET_ROOT` environment not set. Turns out sourcing `$HOME/.asdf/plugins/dotnet-core/set-dotnet-home.bash` in `.bashrc` does not do...

Looking forward to this!

Related: https://github.com/akamud/vscode-theme-onedark/issues/124

TODO: Add example to documentation.