You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Before Vls was installed, everything was fine.
After Vls installed, meson compile command failed often
Software
OS and version: Windows 11(x86-64)
Code editor: MSYS2 + VSCode
Vala Language Server (e.g. git commit, or PPA/AUR version): MSYS package
Vala version (valac --version): 0.56.13
To Reproduce
Case 1:
Start VSCode and edit code to use Vls
meson setup build
meson compile -C build
Edit code to use Vls
meson compile -C build
====>failed
Case 2:
Start VSCode
Edit code to use Vls
meson compile -C build (continue with last time)
====>failed
The text was updated successfully, but these errors were encountered:
Describe the bug
Before Vls was installed, everything was fine.
After Vls installed, meson compile command failed often
Software
OS and version: Windows 11(x86-64)
Code editor: MSYS2 + VSCode
Vala Language Server (e.g. git commit, or PPA/AUR version): MSYS package
Vala version (
valac --version
): 0.56.13To Reproduce
Case 1:
====>failed
Case 2:
====>failed
The text was updated successfully, but these errors were encountered: