15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/*.o": true,
|
|
"**/*.d": true,
|
|
},
|
|
|
|
"C_Cpp.default.includePath": ["src/kernel/include"],
|
|
"C_Cpp.default.cStandard": "c2x",
|
|
} |