zobo / php-language-server

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension keeps focusing the output panel

biskyt opened this issue · comments

Whenever this extension generates any output, the VS Code output panel gets focussed. This can get extremely annoying.

A similar issue was fixed in the old PHP IntelliSense vs code extension by felixfbecker, which may give a hint as to how to fix it here:
https://github.com/felixfbecker/vscode-php-intellisense/pull/454/files

Although I believe that this extension is forked from there, and so may already include that fix!

Here is a screenshot of the panel I'm talking about. It seems to get opened and focussed every time the language server parses a file...

image

Using the PHP Intellisense extension v1.0.8, with VS Code version:
Version: 1.68.0 (user setup)
Commit: 4af164ea3a06f701fe3e89a2bcbb421d2026b68f
Date: 2022-06-08T11:44:16.822Z
Electron: 17.4.7
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Windows_NT x64 10.0.22621

I have closed the issue here and openjed in the VS Code extension repo instead