Vscode: Is it possible to stream a file into vscode from terminal

Created on 7 Jun 2016  路  7Comments  路  Source: microsoft/vscode

on a remote server or while editing root needed config files from builtin terminal i have to use vim at the moment .
Is there or will there be a functionality to pipe file into current code pane from builtin terminal

*duplicate feature-request

Most helpful comment

Some exciting news on this front. Extension support for remote file providers is being tested: https://github.com/Microsoft/vscode/issues/35009

All 7 comments

Not possible right now, interesting idea though

Similarly, would be nice to be able to pipe/stream output of a command through the command line code binary, like so:

$ ls -lah | code

Right now, this command does nothing (though Code seems to try to do something and does seem to become the active process).

  • Mac
  • OS X Yosemite
  • Code 1.3.1

@NikosEfthias and anyone else searching for this - maybe this will help in the meantime?

https://codepen.io/ginfuru/post/remote-editing-files-with-ssh

Some exciting news on this front. Extension support for remote file providers is being tested: https://github.com/Microsoft/vscode/issues/35009

This would be a dream.

Run your Dev environment inside vagrant

Connect up to all your Linux servers, and see a view of the filesystem in the tree.

Would be so much more productive than neovim. Neovim is great but it's got a hell of a learning curve.

Btw I tried VSCode Remote. With the golang binary on each Linux server. Works as it's should, but it only handles a single file.
I had a look around and found some golang libs using sshftp to SSH in and sync a filesystem.

Any progress updates ??

Please move your vote to this duplicate: https://github.com/Microsoft/vscode/issues/6161

We just announced remote development with VS Code, check out the blog post for details

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrkiley picture mrkiley  路  3Comments

sijad picture sijad  路  3Comments

shanalikhan picture shanalikhan  路  3Comments

borekb picture borekb  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments