rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

Build is not starting when clicking "Start build" in popup

Open alexamy opened this issue 3 years ago • 1 comments

When clicking "Start build" in this popup, nothing happens.

image

If started manually with yarn rescript build -w from terminal - build is working, and I got all the messages (warning, errors, etc) from the extension. So I suppose it's working fine.

Is there a way to debug this?

  • "Rescript Language Server" in output tab of vscode terminal is empty
  • Console in developer tools is also empty

I'm using:

  • Arch Linux
  • Zsh terminal
  • VSCode v1.74.2
  • Rescript-lang extension v1.8.2 (Pre-release version isn't building rescript too)

alexamy avatar Dec 26 '22 21:12 alexamy

I think it's maybe because I had misconfigured ssh-agent, which randomly popups asking key passphrase, when opening new terminal, but I am not sure.

UPD: Had to configure ssh-agent properly, but issue is still persist.

alexamy avatar Dec 26 '22 21:12 alexamy