Danila Danko

Results 84 issues of 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....

feature

Hi! I finally enabled HLS support! Proofs: ![image](https://user-images.githubusercontent.com/48378098/184412183-44d21eac-8705-41b7-9bde-a01733d68041.png) ![image](https://user-images.githubusercontent.com/48378098/184414502-21143ae0-99ba-4e26-85e5-8baf880f6e70.png) 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 ![image](https://user-images.githubusercontent.com/48378098/191792944-0ac82f98-4672-4c9a-bbbd-dcf2a81f733c.png) ## 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)...

type: bug
component: hie-bios
component: ghcide

### 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...

enhancement

## Problem ![image](https://user-images.githubusercontent.com/48378098/194185536-caf9afaa-8319-4994-acea-a17a3a25a3ff.png) Also, ![image](https://user-images.githubusercontent.com/48378098/194191742-94c0d6fa-7e02-44c1-bb67-eea5ddd8fec7.png) ## How to reproduce ## Configuration ```jsonc ``` ## Environment ![image](https://user-images.githubusercontent.com/48378098/194185731-5558bfe5-f7f9-47bc-ac2a-420b7ecfd313.png) vscode-marketplace `v3.3.4` ## Diagnostic data ```log ```

Res: Duplicate
Res: Fixed
Area: Editor theming

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...