vala-lang / vala-vscode

Vala and Genie integration for Visual Studio Code/VSCodium/Code-OSS
MIT License
41 stars 9 forks source link

pass mesonbuild settings to server, update deps #31

Open Prince781 opened 7 months ago

Prince781 commented 7 months ago

If the Meson extension is installed, send its configuration to VLS. This allows for overriding the default build path and compile, configuration steps used by VLS's Meson backend.

We also bring the dependencies up-to-date.

Requires https://github.com/vala-lang/vala-language-server/issues/306 to be merged. Fixes https://github.com/vala-lang/vala-language-server/issues/304

Prince781 commented 1 month ago

@lw64 if you have no other objections, you can approve.