vscode-powershell: Can not use mouse anymore in Integrated console
System Details
- Operating system name and version: Windows 10 (1703)
- VS Code version: 1.14
- PowerShell extension version: 1.4.1
- Output from
$PSVersionTable:
Name Value
PSVersion 5.1.15063.483
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
BuildVersion 10.0.15063.483
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
code -v
$pseditor.EditorServicesVersion
code --list-extensions --show-versions
$PSVersionTable
Issue Description
After VS Code was updated to 1.14 I can not select text using mouse from powershell integrated console. Standard powershell console works fine.
Attached Logs
Follow the instructions in the README about capturing and sending logs.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 20 (12 by maintainers)
Yes, works for me.
Interesting… I’m able to repro it based on something @PowerSchill said earlier. It appears that if a powershell.exe terminal gets launched before the PowerShell Integrated Console appears, mouse selection will not work in the Integrated Console. However, if no powershell.exe terminal is opened before the PSIC gets launched, mouse selection works fine.
This definitely seems like an issue in VS Code but I’m not exactly sure what would cause it.