slackhq / vscode-hack

Hack language & HHVM debugger support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack
MIT License
76 stars 39 forks source link

Not working with SSH remote #86

Closed legol closed 4 years ago

legol commented 4 years ago

Does this extension really work with ssh? I tried multiple versions and nothing happened in my editor -- no lint, no format, nothing.

My ssh and remote hh_client works fine though. I ran this test as suggested and I got output from hh_client

ubuntu@UbuntuDesktop:~$ ssh ubuntu@192.168.101.202 "cd /home/ubuntu/git_root/www2 && hh_client" /home/ubuntu/git_root/www2/index.php:4:18,21: Unbound name: nore (an object type) (Naming[2049]) /home/ubuntu/git_root/www2/index.php:4:25,28: Encountered unexpected token 'turn'. (Parsing[1002])