zobo / php-language-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output window automatically opens up after few seconds

azzazkhan opened this issue · comments

commented

I'm working on a Laravel project and the PHP language server's output window automatically reopens after a while. This is so much annoying as my suggestion popup is opened and the output window pops up and closes everything behind it. Please fix this bug or tell me a setting from which I can disable the output window from automatically opening.

Version: 1.72.2 (user setup)
Commit: d045a5eda657f4d7b676dedbfa7aab8207f8a075
Date: 2022-10-12T22:15:18.074Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No

Note: I'm using VS Code through an SSH connection using a remote SSH extension on a Ubuntu 20.04 VM.

image