Implement attrs: extendedattribute and extraheader

This commit is contained in:
Jonah Beckford 2023-09-25 18:18:37 -07:00
parent d64f4d1c62
commit 014d4ea4df
7 changed files with 283 additions and 45 deletions

10
.vscode/settings.json vendored
View file

@ -1,10 +1,4 @@
{
"files.associations": {
"*.rst": "restructuredtext",
"*.make": "makefile",
"opam": "ocaml.opam",
"schema.capnp.h": "c",
"stdbool.h": "c"
},
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
"sonarlint.pathToCompileCommands": "${workspaceFolder}/build_dev/compile_commands.json"
}