-
Notifications
You must be signed in to change notification settings - Fork 89
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
fix: prevent focusing the output tab #454
Conversation
1 similar comment
@felixfbecker Please, please accept this. This is the single most annoying thing I have to deal with on a daily basis |
Please release. |
Please indeed. Every time I need to reload the window (which is several time a day) the output tabs repeatedly shows up, shouting in your face every single php file parsed. Hiding the panel and/or the tab is pointless, the panel will display anyway. |
1 similar comment
I would recommend to compile the extension on your own from the d0x2f fork. It takes one minute and it does the job. From the root of the repo: composer install
npm install -g vsce && npm install
npm run build
vsce package You'll find |
I had a bit of a shocker trying to get @elgandoz suggestion to work on WSL (and then on Git Bash). I had to run the following on WSL (the key being the --unsafe-perm): `composer install I suspect the issue is related to how WSL handles permissions although that doesn't explain why Git Bash didn't work. Hopefully this helps someone all the same. |
🎉 This PR is included in version 2.3.14 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Just a quick one to prevent the extension from stealing focus to the output tab See: felixfbecker/vscode-php-intellisense#454 Fixes: psalm#141
Hi,
Just a quick one to prevent the extension from stealing focus to the output tab.
These issues seem relevant: #450 #144 #65