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
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
This introduces settings overrides (`EditorOptions`) passed from the
editor to the server in the initialize() call. These overrides are just
currently for the Meson backend. The intent is to have the vala-vscode
extension send these options from the Meson VSCode extension to VLS.
Closes#304 and #305.
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
mesonbuild/vscode-meson#215
The text was updated successfully, but these errors were encountered: