Files
bproto/.vscode/settings.json
2025-04-14 14:43:03 +02:00

33 lines
914 B
JSON

{
"files.associations": {
"cmath": "cpp",
"type_traits": "cpp",
"__nullptr": "cpp",
"target": "cpp",
"bproto_encdec.h": "c",
"functional": "c",
"__locale": "c",
"bproto_package_ids.h": "c",
"bproto_package_structs.h": "c",
"random": "cpp",
"algorithm": "cpp",
"suit.h": "c",
"stdint.h": "c",
"hcp_message.h": "c"
},
"cmake.sourceDirectory": "/home/alexander/Projects/tumRobotic25/protocolGenerator/test/output/c",
"coverage-gutters.coverageFileNames": [
"coverage/cov_c.xml",
"coverage/cov_python.xml",
],
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
"flake8.enabled": true,
"flake8.args": [
"--config=.flake8",
"--count"
],
"flake8.ignorePatterns": [
"src/gen/*.py"
]
}