mesytec-mnode/.vscode/settings.json

9 lines
180 B
JSON

{
"python.analysis.extraPaths": [
"./build"
],
"editor.formatOnSave": true,
"cmake.configureArgs": [
"-DCMAKE_PREFIX_PATH=~/local/protobuf"
]
}