mesytec-mnode/.vscode/settings.json

10 lines
180 B
JSON
Raw Normal View History

2024-12-25 18:28:28 +01:00
{
"python.analysis.extraPaths": [
"./build"
],
"editor.formatOnSave": true,
"cmake.configureArgs": [
"-DCMAKE_PREFIX_PATH=~/local/protobuf"
]
2024-12-25 18:28:28 +01:00
}