From fb9da46b50d9588c6d039fa773fa06c18282674f Mon Sep 17 00:00:00 2001 From: lsv Date: Thu, 7 May 2026 13:46:27 +0500 Subject: [PATCH] vscode setting --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 4177793..463936f 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,8 +6,8 @@ "${workspaceFolder}/**", "${workspaceFolder}", "/usr/include/libxml2", - "/usr/include/pgsql/server", - "/usr/local/include/wx-3.2" + "/usr/include/pgsql", + "/usr/include/wx-3.2" ], "defines": ["__cplusplus"], "compilerPath": "/usr/bin/g++",