{ "C_Cpp.default.compilerPath": ".cosmocc/3.8.0/bin/aarch64-linux-cosmo-c++", "C_Cpp.default.compilerArgs": [ "-nostdinc", "-nostdlib", "-iquote.", "-isystemlibc/isystem", "-isystemthird_party/libcxx", "-includelibc/integral/normalize.inc", "-D_COSMO_SOURCE", "-D__aarch64__" ], "[c]": { "editor.tabSize": 2, "editor.insertSpaces": true }, "[cpp]": { "editor.tabSize": 2, "editor.insertSpaces": true }, "[makefile]": { "editor.tabSize": 8, "editor.insertSpaces": false }, "[make]": { "editor.tabSize": 8, "editor.insertSpaces": false }, "[assembly]": { "editor.tabSize": 8, "editor.insertSpaces": true }, "files.associations": { "log.h": "c" } }