Princeton Ferro
Princeton Ferro
[vala-1.2.0.vsix.zip](https://github.com/vala-lang/vala-language-server/files/14819214/vala-1.2.0.vsix.zip) @PterX try out this branch along with the experimental version of Vala-VSCode I attached (unzip first, then install the `.vsix`) and let me know if it solves your problems.
@PterX ping for testing
The issue is that the Meson extension in VSCode can specify default arguments when compiling the project, and we want VLS and the Vala extension to pick this up.
@Zero3K Vaccine has been out of development for awhile now. I don't plan on adding any new features to it now, and I'm currently working on https://github.com/benwaffle/vala-language-server
https://valadoc.org/gio-2.0/GLib.Application.command_line.html https://valadoc.org/gio-2.0/GLib.Application.handle_local_options.html At first glance it looks like this would be easy to implement. One consideration: vaccine is currently a single-instance application. If vaccine is already running when it is...
What does this mean?
I think I've actually accounted for this by saving pixbufs in `Post` object. See one of the more recent commits.
Is this an issue with just VLS or Builder in general? Do you see this behavior with other language servers in Builder?