execve_hook/.vscode/settings.json

22 lines
517 B
JSON

{
"files.associations": {
"*.vue": "vue",
"*.css": "css",
"*.jsx": "javascriptreact",
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.json": "jsonc",
"string.h": "c",
"shm.h": "c",
"unistd.h": "c",
"logging.h": "c",
"fcntl.h": "c",
"exec_hook.h": "c",
"dlfcn.h": "c",
"signal.h": "c",
"stdio.h": "c",
"wait.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}