vala-lang / vala-vscode

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

feat: Allow `${workspaceFolder}` in `vala.languageServerPath` configuration #25

Closed caspermeijn closed 1 year ago

caspermeijn commented 1 year ago

The predefined VSCode variables 1 are not automatically substituted for configuration options. The Vala extension must do the substitution to allow the Vala language server to be relative to the workspace folder.

This patch is a simplified version of the substitution in the Rust extension 2.

caspermeijn commented 1 year ago

Is it possible to release this patch? Some users of flatpak-vscode plugin are having problems that are fixed by this change: https://github.com/bilelmoussaoui/flatpak-vscode/issues/215#issuecomment-1747513616

caspermeijn commented 1 year ago

Thanks for the release