2023-07-21 00:35:39 -03:00
|
|
|
{
|
|
|
|
"mesonbuild.configureOnOpen": true,
|
|
|
|
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
|
|
|
"clang-diagnostic-pragma-once-outside-header"
|
2023-07-29 21:03:57 -03:00
|
|
|
],
|
|
|
|
"files.associations": {
|
|
|
|
"phtml": "php",
|
|
|
|
"new": "cpp"
|
|
|
|
}
|
2023-07-21 00:35:39 -03:00
|
|
|
}
|