pikapython/port/linux/.vscode/settings.json
2022-04-27 23:38:00 +08:00

109 lines
2.8 KiB
JSON

{
"files.associations": {
"pikaobj.h": "c",
"stdbool.h": "c",
"datamemory.h": "c",
"pikamath_operator.h": "c",
"dataargs.h": "c",
"pikastdlib_sysobj.h": "c",
"*.tcc": "c",
"istream": "c",
"cstring": "cpp",
"variant": "cpp",
"pikaplatform.h": "c",
"dataarg.h": "c",
"pikastdlib_list.h": "c",
"pikastdlib_memchecker.h": "c",
"pikaparser.h": "c",
"stdint.h": "c",
"cstdio": "c",
"cstdlib": "c",
"pikastddevice_gpio.h": "c",
"pikastddata_dict.h": "c",
"__instruction_table.h": "c",
"__instruction_def.h": "c",
"pikavm.h": "c",
"pika_config_valid.h": "c",
"*.cfg": "c",
"pikastdtask_task.h": "c",
"gtesttask_task.h": "c",
"pikadebug_debuger.h": "c",
"datastack.h": "c",
"dataqueueobj.h": "c",
"datastring.h": "c",
"datalink.h": "c",
"array": "c",
"string_view": "c",
"initializer_list": "c",
"utility": "c",
"any": "c",
"optional": "c",
"functional": "c",
"stdexcept": "c",
"typeinfo": "c",
"cmath": "c",
"fstream": "c",
"pika_config_gtest.h": "c",
"atomic": "c",
"cstdint": "c",
"pika_config.h": "c",
"PikaParser.H": "cpp",
"pikastddata_list.h": "c",
"pikastddevice_spi.h": "c",
"pikastddevice_can.h": "c",
"ctypes.h": "c",
"ctypes_test.h": "c",
"ctypes_c_uint.h": "c",
"ctypes_utils.h": "c",
"ctypes_c_float.h": "c",
"algorithm": "c",
"bit": "c",
"cassert": "c",
"cctype": "c",
"cerrno": "c",
"cfloat": "c",
"chrono": "c",
"climits": "c",
"clocale": "c",
"compare": "c",
"concepts": "c",
"cstdarg": "c",
"cstddef": "c",
"ctime": "c",
"cwchar": "c",
"cwctype": "c",
"deque": "c",
"forward_list": "c",
"list": "c",
"map": "c",
"set": "c",
"string": "c",
"unordered_map": "c",
"unordered_set": "c",
"vector": "c",
"exception": "c",
"iterator": "c",
"memory": "c",
"memory_resource": "c",
"numeric": "c",
"random": "c",
"ratio": "c",
"system_error": "c",
"tuple": "c",
"type_traits": "c",
"iomanip": "c",
"ios": "c",
"iosfwd": "c",
"iostream": "c",
"limits": "c",
"locale": "c",
"new": "c",
"numbers": "c",
"ostream": "c",
"queue": "c",
"ranges": "c",
"sstream": "c",
"streambuf": "c"
},
"python.formatting.provider": "autopep8"
}