redhat-developer / vscode-xml

Editing XML in Visual Studio Code made easy
Eclipse Public License 2.0
262 stars 82 forks source link

Windows terminal keeps popping up #1025

Closed careri closed 2 months ago

careri commented 2 months ago

Hi,

You can ignore this issue, it seems like my Windows installation for some reason has started to show the terminal window for all executing processes. It's not just the extension.

I've been running v0.27.1 for a while. Today all of a sudden the Xml extension has started to open a terminal that just flashes by. Quite annoying since it steels keyboard focus.

The extension keeps launching some processes: c:\Users\secer.vscode\extensions\redhat.vscode-xml-0.27.1-win32-x64\server\lemminx-win32.exe "" ~~"C:\WINDOWS\system32\cmd.exe" /c "tasklist /FI PID" eq "31164 | findstr 31164" ~~

I guess this should be executed in the background, but for some reason the terminal window is visible now. If I disable the extension the terminal stops popping up.

More info image image

Reverting to v0.26.1 doesn't solve the problem. Very strange, maybe it's not related to the extension after all?

fbricon commented 2 months ago

let us know if you find a way to fix it