9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.zig-cache": true,
|
|
},
|
|
"files.associations": {
|
|
"**/*.{c,h}": "c",
|
|
},
|
|
}
|