8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00

Adjust vscode settings so the C++ plugin don't go crazy.

This commit is contained in:
Adriano dos Santos Fernandes 2024-09-04 07:27:57 -03:00
parent 859157275b
commit 50f9d40d65

View File

@ -3,7 +3,10 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
"${workspaceFolder}/src/include/gen",
"${workspaceFolder}/src/include",
"${workspaceFolder}/extern/boost",
"${workspaceFolder}/extern/libcds"
],
"defines": [
"DEV_BUILD"