Init Commit: Moved bproto to seperate repo
This commit is contained in:
33
.vscode/settings.json
vendored
Normal file
33
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user