Archived
1
This repository has been archived on 2021-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
OpenDepthMap/.vscode/settings.json

9 lines
169 B
JSON

{
"files.associations": {
"ostream": "cpp"
},
"rust-analyzer.diagnostics.disabled": [
"macro-error",
"unresolved-macro-call",
]
}