c-capnproto/.vscode/settings.json
2023-08-07 20:55:41 -07:00

10 lines
No EOL
226 B
JSON

{
"files.associations": {
"*.rst": "restructuredtext",
"*.make": "makefile",
"opam": "ocaml.opam",
"schema.capnp.h": "c",
"stdbool.h": "c"
},
"cmake.configureOnOpen": false
}