cquery-project / vscode-cquery

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

config: resolve ${workspaceFolder} in all strings and string arrays #37

Closed amezin closed 6 years ago

amezin commented 6 years ago

In particular, I need ${workspaceFolder} in misc.compilationDatabaseDirectory. Also it could potentially be useful in extraClangArguments or log.skippedPathsForIndex (almost any string/array parameter, I think)

I'm not familiar with TypeScript nor with VSCode extension development, so please review thoroughly