cquery-project / vscode-cquery

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

Add LD_LIBRARY_PATH to environment #55

Closed mischajonker closed 5 years ago

mischajonker commented 5 years ago

When launching cquery from the VS Code extension, it uses the wrong libstdc++.so.6 file, which results into failed dynamic linking. By forwarding LD_LIBRARY_PATH to the launch env, cquery starts successfully.

jacobdufault commented 5 years ago

Oops, looks like this is the same as https://github.com/cquery-project/vscode-cquery/pull/62 which I already merged.