vala-lang / vala-language-server

Code Intelligence for Vala & Genie
GNU Lesser General Public License v2.1
287 stars 41 forks source link

Environment variables for setup and test tasks #304

Open PterX opened 5 months ago

PterX commented 5 months ago

When we use vscode to open a project, we may need to pass a variable of type PKG_CONFIG_PATH to pkg-config for assistance, but now this lack causes some projects to fail to load, refer to the following

https://github.com/mesonbuild/vscode-meson/pull/215