VScode stuff that didn't work to make it use /b and not /build

This commit is contained in:
2025-09-22 21:32:17 -04:00
parent d0303becd7
commit 2212aec080
2 changed files with 20 additions and 6 deletions
+4 -4
View File
@@ -3,12 +3,11 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include",
"${workspaceFolder}/smocore/include",
"${workspaceFolder}/b/include",
"/usr/include",
"/usr/local/include",
"${workspaceFolder}/b/include"
"/usr/local/include"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
@@ -24,7 +23,8 @@
},
"forcedInclude": [
"${workspaceFolder}/b/include/config.h"
]
],
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4