Danila Danko
Danila Danko
That's just to document how to silence Multi Cradle for `Setup.hs` files. See the solution [here](https://github.com/haskell/haskell-ide-engine/issues/1650#issuecomment-650192055). `hie.yaml` can initially be generated by [implicit-hie](https://github.com/Avi-D-coder/implicit-hie#readme).
Hi! I'm unsuccessfully trying to build a project with recommended extra-deps. `stack.yaml`: ```yaml resolver: lts-19.18 # some stuff ... extra-deps: - waargonaut-0.8.0.2 - digit-0.11@sha256:d3b42df305e64756505e46dabad32d08df3721b2f58e7c4741cfd6a73ccaaef2,3888 - hoist-error-0.2.1.0@sha256:b7ccf72fe0dc2339a06956a0388115a33550cbe08089c7c2da310d1ef7aa7b9c,1353 - lens-4.19.2@sha256:d4d704141d7c322bbfb746157b0709f3b966dfec92421f571c34069893af08cc,16062 - natural-0.3.0.6@sha256:6149f7df782b5fa0d7e6685319fed73cacbe3efb0721acff4d2c34e0f6d92205,2042...
I failed to start the server with the provided instructions, so I provided a way to run it with Nix
# Feature request When iterating through a list of commands, it's reeeally inconvenient that one needs to press `Enter` to click on a command and see the corresponding docs section....
Hi! I finally enabled HLS support! Proofs:   It took ages to build though. Anyway, I added a section `README.md#Dev setup for VS Code`
## Describe the bug Hi, I use YAML + GitHub Workflow schema + [composite actions](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-actions) ## Expected Behavior No errors ## Current Behavior  ## Steps to Reproduce Here are...
### Your environment Which OS do you use: Ubuntu 20.04 Which LSP client (editor/plugin) do you use: VS Code+Haskell+enabled autosave there Describe your project (alternative: link to the project): [link](https://github.com/br4ch1st0chr0n3/import-test/tree/master/src)...
### Description I'd like to have `go to definition` for `bar` in ```nix let inherit (foo) bar; in bar; ``` ### Considered alternatives the only alternative is to explicitly write...
## Problem  Also,  ## How to reproduce ## Configuration ```jsonc ``` ## Environment  vscode-marketplace `v3.3.4` ## Diagnostic data ```log ```
Hi! I got problems when trying to fetch this multi-platform [extension](https://open-vsx.org/extension/arm/cmsis-csolution). Had to [skip](https://github.com/br4ch1st0chr0n3/vscodium-extensions/blob/ed7503ffc4b434f20930d637d99807b45d23b5bc/updater/open-vsx/index.ts#L36) it eventually. Here's an [issue](https://github.com/AmeerTaweel/nix-vscode-marketplace/issues/4#issuecomment-1264664013). Could you please add a set of attributes for each platform...