You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you so much for your work here - it's awesome and really super helpful! Practically, I use it all day long while programming.
I'm running vscodium on unix, trying to tinker on a windows server. With my local environment it works absolutely fine, but the code is executed twice during an ssh session on the win server.
I followed your settings: "command": "ssh -i ~/.ssh/id_rsa [email protected] -t 'cd C:/path/to/project && php artisan tinker'"
If I call this line directly from a terminal, tinker is executed remotely and no duplicates are printed (everything normal).
The duplications are also shown already shifted during initialization with tinkerun, like:
Maybe there is a problem with the remote connection, like connecting twice, because the run-command works properly. IMHO. Maybe tinkerun need's the new bash '[...] php artisan tinker; bash --login'? I don't know.
I'm already looking in your code, but I guess you'll find it quicker than me.
hope it helps! Let me know if I can help you with further informations and thank you again for you great work.
Edit: another output with random strings - there are some duplicate lines everytime, but not always as clear to differ as here.
Maybe some encodings returned from the windows server are not the same as those returned by the Unix server. it's a little hard for me to testing with the windows server 🤣
First of all, thank you so much for your work here - it's awesome and really super helpful! Practically, I use it all day long while programming.
I'm running vscodium on unix, trying to tinker on a windows server. With my local environment it works absolutely fine, but the code is executed twice during an ssh session on the win server.
I followed your settings:
"command": "ssh -i ~/.ssh/id_rsa [email protected] -t 'cd C:/path/to/project && php artisan tinker'"
If I call this line directly from a terminal, tinker is executed remotely and no duplicates are printed (everything normal).
The duplications are also shown already shifted during initialization with tinkerun, like:
Maybe there is a problem with the remote connection, like connecting twice, because the run-command works properly. IMHO. Maybe tinkerun need's the new bash '[...] php artisan tinker; bash --login'? I don't know.
I'm already looking in your code, but I guess you'll find it quicker than me.
hope it helps! Let me know if I can help you with further informations and thank you again for you great work.
Edit: another output with random strings - there are some duplicate lines everytime, but not always as clear to differ as here.
The text was updated successfully, but these errors were encountered: