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

Ability to use clip.exe like functionality in a remote ssh session using vscode server #9995

Closed
elasticdotventures opened this issue Jun 22, 2024 · 1 comment
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code ssh Issue in vscode-remote SSH

Comments

@elasticdotventures
Copy link

The request is an enhancement for vscode server.
When working in a terminal connected to a remote host via ssh the ability to insert a file into my cut-paste buffer (in windows this is clip.exe)

In powershell I could do this:

ssh user@remote_host 'cat /path/to/remote/file' | clip.exe

When running in WSL bash (via Windows Terminal) I can simply do this:

cat requirements.txt | clip.exe

A mechanism to be able to manipulate my cut and paste buffer programmatically from a remote session (or an explanation how to do this if the functionality already exists)

@VSCodeTriageBot VSCodeTriageBot added the ssh Issue in vscode-remote SSH label Jun 22, 2024
@roblourens roblourens added the *out-of-scope Posted issue is not in scope of VS Code label Jul 3, 2024
@VSCodeTriageBot
Copy link
Collaborator

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code ssh Issue in vscode-remote SSH
Projects
None yet
Development

No branches or pull requests

3 participants