Odiin/odiin.code-workspace
nitz c0aa1884d1
Getting some app ui started.
Also going through the motions to name the project "Odiin", as it's shorter than Power Overwhelmiing.

Might use that name later as the tag read expansion of the project, if I get to that.
2020-07-25 13:43:10 -04:00

63 lines
No EOL
1.2 KiB
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"cstring": "cpp",
"array": "cpp",
"string": "cpp",
"string_view": "cpp",
"vector": "cpp",
"functional": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"*.inc": "c",
"list": "c"
},
"C_Cpp.default.includePath": [
"${default}",
"./**"
],
"C_Cpp.loggingLevel": "Error"
}
}