'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 51s

This commit is contained in:
Your Name
2025-06-16 22:39:05 +12:00
parent b33be13764
commit 5275f02ee3
11 changed files with 74 additions and 70 deletions

View File

@ -7,8 +7,8 @@
"cStandard": "c17",
"cppStandard": "c++23",
"includePath": [
"${workspaceFolder}/dropshell-tool/src",
"${workspaceFolder}/dropshell-tool/src/autogen"
"${workspaceFolder}/getpkg/src",
"${workspaceFolder}/getpkg/src/autogen"
]
// ... other settings ...
}