You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.8 KiB
82 lines
1.8 KiB
{
|
|
"files.associations": {
|
|
"*.inc": "cpp",
|
|
"arm_nnexamples_cifar10_parameter.h": "c",
|
|
"arm_nnexamples_cifar10_weights.h": "c",
|
|
"__hash_table": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"__tree": "cpp",
|
|
"array": "cpp",
|
|
"bitset": "cpp",
|
|
"deque": "cpp",
|
|
"dynarray": "cpp",
|
|
"simd": "cpp",
|
|
"hash_map": "cpp",
|
|
"hash_set": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iterator": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"queue": "cpp",
|
|
"random": "cpp",
|
|
"regex": "cpp",
|
|
"set": "cpp",
|
|
"stack": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"utility": "cpp",
|
|
"valarray": "cpp",
|
|
"vector": "cpp",
|
|
"__locale": "cpp",
|
|
"__config": "c",
|
|
"*.def": "c",
|
|
"mman.h": "c",
|
|
"types.h": "c",
|
|
"assert.h": "c",
|
|
"fstream": "c",
|
|
"locale": "c",
|
|
"*.tcc": "c",
|
|
"sandbox.h": "c",
|
|
"runtime.h": "c",
|
|
"panic.h": "c",
|
|
"ucontext.h": "c",
|
|
"stdlib.h": "c",
|
|
"pthread.h": "c",
|
|
"signal.h": "c",
|
|
"current_sandbox.h": "c",
|
|
"admissions_control.h": "c",
|
|
"sigval_t.h": "c",
|
|
"__sigval_t.h": "c",
|
|
"sigaction.h": "c",
|
|
"string.h": "c",
|
|
"errno.h": "c",
|
|
"siginfo_t.h": "c",
|
|
"features.h": "c"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"awsm/wasmception": true
|
|
},
|
|
"C_Cpp.default.cStandard": "c17",
|
|
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
|
|
"C_Cpp.experimentalFeatures": "Enabled",
|
|
"C_Cpp.files.exclude": {
|
|
"awsm/wasmception": true,
|
|
"**/.vscode": true
|
|
},
|
|
|
|
"shellformat.flag": "-ln=bash -i 0 -bn -ci -sr -kp",
|
|
"terminal.integrated.profiles.linux": {
|
|
"bash": {
|
|
"path": "bash"
|
|
}
|
|
},
|
|
"terminal.integrated.shell.linux": "bash"
|
|
}
|