bash-lsp/bash-language-server

The GUI application was launched unexpectedly by the VSCode Bash IDE during string completion

shizhx opened this issue · 2 comments

shizhx commented

Code editor

Visual Studio Code

Platform

Linux x64 6.6.30-2-MANJARO

Version

Bash IDE v1.41.0

What steps will reproduce the bug?

Video:

Peek.2024-06-03.20-17.mp4

ps:
image

How often does it reproduce? Is there a required condition?

always

What is the expected behavior?

Should not launch

What do you see instead?

the GUI application be launched.

Additional information

No response

shizhx commented

Is there a config to disable getting command options by executing it?

This was already raised in #1116, fixed in 04a2cb3, and released in bash-language-server version 5.3.3, but the latest VSCode extension is running 5.2.0 so this will probably be fixed when that gets updated.

Is there any chance we can get the fix out to VSCode users too @skovhus?