liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

how to run code #19

Open ghost opened 6 years ago

ghost commented 6 years ago

So I have a connection and can edit my files held on a remote server, but how do I run the code (in this case test.py - a python file) using this extension? If I open a terminal I dont know how to access the files - to run the code - in the terminal because the terminal is native filesystem ?

quan-tum commented 5 years ago

Same question.

smpcph commented 5 years ago

My workaround was to login via terminal to run commands. Is anyone know how to re-enable auto login terminal with the rootPath provided from the remotefs.remote config?

wokalek-work commented 2 years ago

@smpcph https://github.com/liximomo/vscode-remote-fs/issues/30#issuecomment-942423468