mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
* 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>
12 lines
285 B
JSON
12 lines
285 B
JSON
{
|
|
"env": {
|
|
"myDefaultIncludePath": ["${workspaceFolder}", "${workspaceFolder}/build/src/mudlet_autogen"]
|
|
},
|
|
"configurations": [
|
|
{
|
|
"name": "Mudlet",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|