Files
prplMesh/prplMesh.code-workspace
Benjamin Carlson 507ab7b22b vscode: Keep auto populated file.associations in workspace
This section of the file keeps becoming auto populated so I constantly
need to discard changes. Based on coversations with Raphaël Mélotte,
we decided it was inconsequential enough to just leave in.

https://jira.prplfoundation.org/browse/PPM-2182

Signed-off-by: Benjamin Carlson <b.carlson@cablelabs.com>
2022-08-05 11:59:46 -07:00

79 lines
1.5 KiB
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"iosfwd": "cpp",
"array": "cpp",
"atomic": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"map": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"optional": "cpp",
"ratio": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"bit": "cpp",
"numeric": "cpp",
"random": "cpp",
"regex": "cpp",
"future": "cpp",
"shared_mutex": "cpp",
"forward_list": "cpp"
},
"files.exclude": {
"**/.dccache": true
}
}
}