mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
33bfaf7ecd
test criteria: - test build on macOS - test build in debian docker container - test build in fedora docker container
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"limits": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"atomic": "cpp",
|
|
"*.tcc": "cpp",
|
|
"bitset": "cpp",
|
|
"chrono": "cpp",
|
|
"codecvt": "cpp",
|
|
"condition_variable": "cpp",
|
|
"cstdint": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"exception": "cpp",
|
|
"filesystem": "cpp",
|
|
"string_view": "cpp",
|
|
"fstream": "cpp",
|
|
"functional": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"memory": "cpp",
|
|
"mutex": "cpp",
|
|
"optional": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"system_error": "cpp",
|
|
"thread": "cpp",
|
|
"cinttypes": "cpp",
|
|
"type_traits": "cpp",
|
|
"tuple": "cpp",
|
|
"typeindex": "cpp",
|
|
"typeinfo": "cpp",
|
|
"utility": "cpp",
|
|
"__config": "cpp",
|
|
"__nullptr": "cpp",
|
|
"algorithm": "cpp",
|
|
"io": "cpp",
|
|
"strstream": "cpp",
|
|
"numeric": "cpp",
|
|
"valarray": "cpp",
|
|
"*.ipp": "cpp",
|
|
"csignal": "cpp",
|
|
"future": "cpp",
|
|
"map": "cpp",
|
|
"vector": "cpp",
|
|
"new": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"complex": "cpp",
|
|
"variant": "cpp",
|
|
"any": "cpp",
|
|
"tuntap.h": "c",
|
|
"hashtable": "cpp"
|
|
}
|
|
} |