Open ericarthurc opened 4 months ago
I have the same problem, I use VScode to connect via SSH to a Rasperry Pi 4 host. I have this with turned-off and turned-on proxy settings.
A plain kill
does not work either, I have to use kill -9 PID
to stop it.
@pheynnx I have 100% the exact same setup and issue running Debian on WSL2. A litle work around that makes it quicker to reload rather than having to kill the process is hitting CTRL \ when it hangs rather than the usual CTRL X which like you say doesn't work. Still frustrating, but makes life a little bit more bearable.
@pheynnx I have 100% the exact same setup and issue running Debian on WSL2. A litle work around that makes it quicker to reload rather than having to kill the process is hitting CTRL \ when it hangs rather than the usual CTRL X which like you say doesn't work. Still frustrating, but makes life a little bit more bearable.
Oh interesting, I didn't know about CTRL \ Thank you!
After awhile, and not very long, air will just hang and I can't ctrl+c the process
My .toml file
I even start putting my sass watcher in its own terminal, and did any templ generation manually in its own terminal. So air is running all in its own process and just executing the go binary
The process will get stuck and I have to manually kill it too
It seems to run okay and not freeze when I turn off the proxy setting; so something with the proxy over WSL