Venryx / vscode-vtools

A collection of small tools for Visual Studio Code.
MIT License
21 stars 10 forks source link

[bug] Terminal panel constantly gains focus #15

Closed pdf closed 5 years ago

pdf commented 5 years ago

As of vscode v1.28.0 the toggle panel behaviour has changed, see the release notes and related issue:

https://github.com/Microsoft/vscode/issues/19400

As a result, this plugin now constantly causes the terminal to gain focus, whenever clicking on an open editor.

Venryx commented 5 years ago

Thanks. I'll take a look at the pull request soon and release a new version once I've reviewed it. (not at my desktop atm)

Venryx commented 5 years ago

I merged the pull-request fix in manually and have updated the extension, v1.0.5. Confirmed working in vscode 1.28.1. Thanks for the issue report.