Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to stream a file into vscode from terminal #7320

Closed
ta3pks opened this issue Jun 7, 2016 · 7 comments
Closed

Is it possible to stream a file into vscode from terminal #7320

ta3pks opened this issue Jun 7, 2016 · 7 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@ta3pks
Copy link

ta3pks commented Jun 7, 2016

  • VSCode Version:1.2.0
  • OS Version:ubuntu 16.4

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

@Tyriar
Copy link
Member

Tyriar commented Jun 7, 2016

Not possible right now, interesting idea though

@Tyriar Tyriar added feature-request Request for new features or functionality terminal General terminal issues that don't fall under another label labels Jun 7, 2016
@Tyriar Tyriar self-assigned this Jun 7, 2016
@sivy
Copy link

sivy commented Aug 8, 2016

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

@Tyriar Tyriar removed the terminal General terminal issues that don't fall under another label label Sep 6, 2016
@Tyriar Tyriar removed their assignment Sep 6, 2016
@Tyriar Tyriar added this to the Backlog milestone Sep 6, 2016
@jcush
Copy link

jcush commented Jul 16, 2017

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

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

@khimaros
Copy link

khimaros commented Oct 9, 2017

Some exciting news on this front. Extension support for remote file providers is being tested: #35009

@ghost
Copy link

ghost commented Nov 2, 2017

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 ??

@bpasero
Copy link
Member

bpasero commented Nov 11, 2017

Please move your vote to this duplicate: #6161

@bpasero bpasero closed this as completed Nov 11, 2017
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 11, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 26, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented May 2, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

7 participants