cquery-project / vscode-cquery

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

Is there any methods adding path when vscode run `cquery`? #75

Closed tan-wei closed 1 year ago

tan-wei commented 5 years ago

For Windows VSCode user, it is common building source codes with Cygwin or MinGW. vscode-cmake-tools works quite well with cscode-cquery, except for Cygwin and MinGW. The problem is that they also need additional directories including necessary DLLs. Can vscode-cquery add some directories before parse processes? If not, missing DLLs will crash cquery. Thanks a lot.

tan-wei commented 5 years ago

Directly adding paths in PATH may be a solution. However, if I do not want to change the PATH of the system, can we tell cquery with an additional path?