Files
safe_duck/.vscode/settings.json
2023-12-02 22:00:51 +08:00

131 lines
3.3 KiB
JSON

{
"files.associations": {
"*.es": "javascript",
"*.py": "python",
"*.scar": "lua",
"*.ai": "lua",
"algorithm": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"format": "cpp",
"forward_list": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"optional": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"thread": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"vector": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstddef": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"condition_variable": "cpp",
"fstream": "cpp",
"shared_mutex": "cpp",
"deque": "cpp",
"functional": "cpp",
"iostream": "cpp",
"set": "cpp",
"stack": "cpp",
"*.rmd": "markdown",
"nvdef.h": "c",
"*.cpp": "cpp",
"*.dec": "lua",
"nvsys.h": "c",
"*.rh": "cpp",
"random": "cpp",
"fs.h": "c",
"stddef.h": "c",
"module.h": "c",
"uaccess.h": "c",
"head.h": "c",
"tcp.h": "c",
"socket.h": "c",
"in.h": "c",
"inet.h": "c",
"time.h": "c",
"fcntl.h": "c",
"unistd.h": "c",
"errno.h": "c",
"types.h": "c",
"jiffies.h": "c",
"init.h": "c",
"cdev.h": "c",
"spinlock.h": "c",
"*.tcc": "cpp",
"cwctype": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"string_view": "cpp",
"numbers": "cpp",
"ip_hashmap.h": "c",
"client_msg.h": "c",
"sched.h": "c",
"bpf.h": "c",
"bpf_helpers.h": "c",
"vmlinux.h": "c",
"cinttypes": "cpp",
"bpf_perf_event.h": "c",
"minimal.skel.h": "c",
"libbpf.h": "c",
"kallsyms.h": "c",
"my_kallsyms_lookup_name.h": "c",
"kprobes.h": "c",
"signal.h": "c"
},
"C_Cpp.errorSquiggles": "enabled",
"cmake.configureOnOpen": false
}