diff --git a/.vscode/settings.json b/.vscode/settings.json index 97ba01ec..6f092c0a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,9 +30,12 @@ { "folderPath": "include/rstl", "prefix": "RSTL_" - } + }, ], "C/C++ Include Guard.Auto Update Path Allowlist": [ "include" ], + "C/C++ Include Guard.Auto Update Path Blocklist": [ + "include/zlib" + ] }