visortelle / haskell-spotlight

VSCode extension for Haskell
https://marketplace.visualstudio.com/items?itemName=visortelle.haskell-spotlight
MIT License
108 stars 3 forks source link

Haskell Spotlight doesn't open in vs code #18

Closed C0d3r-42 closed 1 year ago

C0d3r-42 commented 1 year ago

Describe the bug Hello, when opening Haskell Spotlight in VS Code (e.g. with ALT + 'H'), the tab opens, but it is blank. The Output-Frame of VS Code shows nothing but "Get once".

To Reproduce

  1. Go to VS Code
  2. Press ALT + 'H' or open Haskell Spotlight
  3. Open Output of Haskell Spotlight
  4. See error

Screenshots

image

Desktop (please complete the following information):

Additional context

visortelle commented 1 year ago

@C0d3r-42 hi. Thank you for the bug report.

Quick googling shows many WSL-related bugs with VSCode extensions that use WebView.

For example: https://github.com/microsoft/vscode/issues/105536 https://github.com/gitkraken/vscode-gitlens/issues/1172

I think the bug is out of the scope of the haskell-spotlight extension itself.