dropshell/.vscode/c_cpp_properties.json
Your Name d3ceb3f4be
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 1m28s
Add vscode stuff.
2025-05-25 19:46:14 +12:00

17 lines
434 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/build/src/autogen"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c23",
"cppStandard": "c++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}