SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Screen command not working in VSC #298

Open ManPython opened 2 years ago

ManPython commented 2 years ago

No I'm not sure where is problem.. https://github.com/microsoft/vscode/issues/134297 On VSC terminal when trying run function with terminal eg. screen trac-fcgi ..etc to run trac app, then app is not executed just information "screen" as "terminal is terminated".

Maybe it's related to sshfs how command is going to the command?

SchoofsKelvin commented 2 years ago

Can you post the SSH FS log? It is available under Output > SSH FS. While it should censor passwords/passphrases, I recommend checking it for (other) sensitive data first.

Also what remote OS are you using? And is trac-fcgi an actual program on your PATH you can execute? I get the same error when doing screen nonExistingCommand. Using screen, screen node and tmux all work fine for me (Ubuntu 20.04.1, Screen 4.08.00)