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

Paste in 64bit PowerShell Terminal duplicates text pasted. #7508

Closed
gerane opened this issue Jun 10, 2016 · 1 comment
Closed

Paste in 64bit PowerShell Terminal duplicates text pasted. #7508

gerane opened this issue Jun 10, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label verified Verification succeeded windows VS Code on Windows issues
Milestone

Comments

@gerane
Copy link

gerane commented Jun 10, 2016

  • VSCode Version: 1.3.0-insider
  • OS Version: Windows 10

Steps to Reproduce:

  1. Copy text
  2. Paste into 64bit powershell terminal.
  3. Text that is pasted is duplicated 1-2 times.

This is what is copied for example.

// Place your settings in this file to overwrite default and user settings.
{
   "terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe"
}
// Place your settings in this file to overwrite default and user settings.
{
   "terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe"
}// Place your settings in this file to overwrite default and user settings.
{
   "terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe"
}// Place your settings in this file to overwrite default and user settings.
{
   "terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe"
}

and the above might be the results. Tested on multiple computers with the latest build

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label windows VS Code on Windows issues labels Jun 10, 2016
@Tyriar Tyriar self-assigned this Jun 10, 2016
@Tyriar Tyriar added this to the June 2016 milestone Jun 10, 2016
@Tyriar
Copy link
Member

Tyriar commented Jun 25, 2016

This seems to be working fine using the new xterm-level copy and paste. The keybinding is currently ctrl+ins for copy and shift+ins to paste but I plan on making this configurable in #6451 and xtermjs/xterm.js#118

@Tyriar Tyriar closed this as completed Jun 25, 2016
@joaomoreno joaomoreno added the verified Verification succeeded label Sep 2, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label verified Verification succeeded windows VS Code on Windows issues
Projects
None yet
Development

No branches or pull requests

3 participants