mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Adjust vscode settings so the C++ plugin don't go crazy.
This commit is contained in:
parent
859157275b
commit
50f9d40d65
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@ -3,7 +3,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Linux",
|
"name": "Linux",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/**"
|
"${workspaceFolder}/src/include/gen",
|
||||||
|
"${workspaceFolder}/src/include",
|
||||||
|
"${workspaceFolder}/extern/boost",
|
||||||
|
"${workspaceFolder}/extern/libcds"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
"DEV_BUILD"
|
"DEV_BUILD"
|
||||||
|
Loading…
Reference in New Issue
Block a user