SiebelsTim / hack-sublime

Hack's typechecker & autocompletion inside Sublime Text
30 stars 4 forks source link

Vagrant on Windows #6

Closed aewing closed 9 years ago

aewing commented 9 years ago

I am trying to use this plugin on Windows. I have a vagrant machine running Ubuntu. I have used ssh-copy-id to configure access from my user. My Preferences - Settings - User looks like the following:

{
    "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
    "hack_ssh_address": "aewing@10.0.0.2",
    "hack_ssh_enable": true,
    "hack_ssh_folder": "/var/www",
    "ignored_packages":
    [
        "Vintage"
    ]
}

But nothing happens when I save my files.

SiebelsTim commented 9 years ago

Hi, sorry to hear this. Could you look for errors in the console when saving? (View => Show Console)

I imagine the ssh.exe is not available on your system. People told me you can fetch it by installing cygwin.

SiebelsTim commented 9 years ago

Closing for now as I need more information. Feel free to reopen :)