Add vscode stuff.
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 1m28s

This commit is contained in:
Your Name
2025-05-25 19:46:14 +12:00
parent 27a2d25fb2
commit d3ceb3f4be
3 changed files with 120 additions and 1 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"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
}