cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Forward `LD_LIBRARY_PATH` to the server #61

Closed HighCommander4 closed 5 years ago

HighCommander4 commented 5 years ago

It appears that when the extension launches the cquery server process, it only forwards two environment variables from VSCode's environment to the server's: ProgramData and PATH.

However, the server may also require LD_LIBRARY_PATH to start, if it was compiled with a gcc installed in a custom prefix.