mudlet/.vscode/c_cpp_properties.json
Piotr b03a0c48fb
Infrastructure: include generated sources in include path (VS Code config) (#4555)
* include generated sources in include path

* add gitignore for .code-workspaces

* add vscpkg toolchain

Co-authored-by: Piotr Wilczynski <piotr.wilczynski@bisnode.com>
Co-authored-by: Vadim Peretokin <vperetokin@gmail.com>
2021-01-22 14:22:55 +01:00

12 lines
285 B
JSON

{
"env": {
"myDefaultIncludePath": ["${workspaceFolder}", "${workspaceFolder}/build/src/mudlet_autogen"]
},
"configurations": [
{
"name": "Mudlet",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}